mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00770
[Bug 547565] Re: Cannot log in or modify user when auth_remote_user has duplicate username entries
Another thing to fix here is that the institution column on the host
table is redundant. host is pointed at by a wwwroot in the
auth_instance_config table (sadly we would have to split up that table
to enforce this relationship with a fk constraint). Because every
authinstance has an institution, we shouldn't have one on host.
--
Cannot log in or modify user when auth_remote_user has duplicate username entries
https://bugs.launchpad.net/bugs/547565
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Triaged
Bug description:
If there are duplicate entries in auth_remote_user for the same username login (and modifying the user record) fails. The code clearly expects the username to be unique and errors ensue.
This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detail&aid=2183&group_id=176&atid=739