mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #32319
[Bug 1522660] A change has been merged
Reviewed: https://reviews.mahara.org/5818
Committed: https://git.mahara.org/mahara/mahara/commit/c4329032043df88b45da045b1025ca43055799b5
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit c4329032043df88b45da045b1025ca43055799b5
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
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 <robertl@xxxxxxxxxxxxxxx>
--
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
References