← Back to team overview

mahara-contributors team mailing list archive

[Bug 1895485] A change has been merged

 

Reviewed:  https://reviews.mahara.org/11263
Committed: https://git.mahara.org/mahara/mahara/commit/8773fee302205797934d2a1850680bd4b66acfca
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 8773fee302205797934d2a1850680bd4b66acfca
Author: Cecilia Vela Gurovic <ceciliavg@xxxxxxxxxxxxxxx>
Date:   Mon Sep 14 13:04:44 2020 +1200

Bug 1895485: Adding login params inside email message for webservice
auth instance

behatnotneeded

Change-Id: Icaa01a588e4ae3d9711ac322ad23c59de7bcbba8

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1895485

Title:
  Adding login email link for webservice auth instance

Status in Mahara:
  Fix Committed

Bug description:
  Follow up to bug https://bugs.launchpad.net/mahara/+bug/1867203

  For webservices authentications, need to add the redirect parameters
  to links inside the content of the email, if they point to the Mahara
  site.

  For example, if a portfolio is being shared to a user that belongs to an institution with webservices auth instance.
  The email it will receive, will show a link to the portfolio that was shared, but it won't contain the parameters to redirect to the login of the user.

  This is an example (html to see the links)
  <p>You have been sent a notification from Mahara. Message follows:</p>
  ------------------------------------------------------------------------
  <p>You have been given access to the following:</p>
  <ul class="list-unstyled">
     
          <li style='padding: 0.5em'>Page title  <a href=http://maharatest/view/view.php?id=8>http://maharatest/view/view.php?id=8</a></li>
     
  </ul>
  <p>
  </p>
  <p>See <a href="http://maharatest/view/sharedviews.php";>http://maharatest/view/sharedviews.php</a></p>
  ------------------------------------------------------------------------
  <p>This is an auto-generated notification from Mahara. To update your notification preferences, visit <a href="http://maharatest/account/activity/preferences/index.php";>http://maharatest/account/activity/preferences/index.php</a></p>

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1895485/+subscriptions


References