mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #12754
[Bug 1180194] A change has been merged
Reviewed: https://reviews.mahara.org/2316
Committed: http://gitorious.org/mahara/mahara/commit/7d6ab3e30b664b00bf772e8e7927dcf90dd6b5b0
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch: 1.6_STABLE
commit 7d6ab3e30b664b00bf772e8e7927dcf90dd6b5b0
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Mon May 27 08:00:42 2013 +1200
Fix for bulk user change auth method problem (Bug #1180194)
The auth_remote_user db table was not being updated correctly when
users were being moved from one auth method to another in bulk.
Fix adds in the correct lines to that table. Code similar to what
is used in admin/users/edit.php for single user update.
Moved some things around to improve performance and fixed a mistake
Change-Id: Ieb2d453bc06646444aadaff92ea5b42af4246411
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 Contrib members
https://bugs.launchpad.net/bugs/1180194
Title:
Changing the auth method requires info about remoteuser getting lost
Status in Mahara ePortfolio:
Fix Committed
Status in Mahara 1.5 series:
Fix Committed
Status in Mahara 1.6 series:
Fix Committed
Status in Mahara 1.8 series:
Fix Committed
Bug description:
When you change the auth method on /admin/users/bulk.php for users who
have an external auth method, their remote username is deleted even if
you change it to another external auth method. Thus, you'll need to
redo the remote username from scratch.
There should be a help button with info about what happens so admins
aren't surprised when the remote username is suddenly missing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180194/+subscriptions
References