Reviewed: https://reviews.mahara.org/5818 Committed: https://git.mahara.org/mahara/mahara/commit/c4329032043df88b45da045b1025ca43055799b5 Submitter: Robert Lyon ([email protected]) Branch: master
commit c4329032043df88b45da045b1025ca43055799b5 Author: Robert Lyon <[email protected]> Date: Fri Dec 4 16:16:05 2015 +1300 Bug 1522660: Check auth_check_required_fields() just once per session behatnotneeded Change-Id: Idbb6188a68253521faccd250e6968a3ad1a53052 Signed-off-by: Robert Lyon <[email protected]> -- 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/1522660 Title: Allow the call to auth_check_required_fields() to be only called once per session Status in Mahara: Fix Committed Bug description: We call auth_check_required_fields() every time the page loads and in turn that calls every plugin to check if we have any required fields that need filling in. When we really only need to call it once for a user per session. For admins masquerading it might be worth having the session flag set as a per user thing - that way an admin can masquerade as a user to fill in a required field and then masquerade as another user to do the same. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1522660/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

