Skip to content

Commit 122a0a8

Browse files
authored
SAK-46648 - Regression: Accounts: the same email address can be assigned to 2 different users (sakaiproject#10125)
1 parent b1bf67c commit 122a0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-tools/src/java/org/sakaiproject/user/tool/UsersAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ else if ((mode != null) && (mode.equalsIgnoreCase("edit")) && (!singleUser))
13971397
}
13981398

13991399
// if we validate through email, passwords will be handled in AccountValidator
1400-
TempUser tempUser = new TempUser(eid, null, null, null, eid, pw, null);
1400+
TempUser tempUser = new TempUser(eid, email, null, null, eid, pw, null);
14011401
if (!validateWithAccountValidator)
14021402
{
14031403
// if in create mode, make sure we have a password

0 commit comments

Comments
 (0)