← Back to team overview

mahara-contributors team mailing list archive

[Bug 540975] [NEW] Re-enabling email on the admin settings page doesn't work

 

Public bug reported:

Affects: master (feature not applied to 1.2 yet...)

At the admin level account settings page, re-enabling email causes the
page load to fail.

I'd made a call to $user->get when $user is a StdClass object.
Corrected to use $user->email and $user->id

Fix pushed to http://git.luns.net.uk/mahara.git on bugfix_emailenable
branch

Otherwise, we're using this feature now in production.

** Affects: mahara
     Importance: Undecided
         Status: New


** Tags: accounts admin disable email settings usr

-- 
Re-enabling email on the admin settings page doesn't work
https://bugs.launchpad.net/bugs/540975
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
Affects: master (feature not applied to 1.2 yet...)

At the admin level account settings page, re-enabling email causes the page load to fail.

I'd made a call to $user->get when $user is a StdClass object.
Corrected to use $user->email and $user->id

Fix pushed to http://git.luns.net.uk/mahara.git on bugfix_emailenable branch

Otherwise, we're using this feature now in production.





Follow ups

References