Details
-
Type:
Bug
-
Status: OPEN
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 20.0
-
Fix Version/s: None
-
Component/s: Reset Password & Account Validation
-
Labels:None
-
Environment:https://qa20-mysql.nightly.sakaiproject.org/ build 9e54ccf6
-
Test Plan:
Description
When creating a new account, I found an odd glitch that seemed to lock the User ID without creating the account.
If you enter an email address that does not have the "something@something.something" format, it gives a warning that this is not a valid email address, and disables the Create Account button until the email address is considered 'valid'. But, there is apparently another test that checks the domain of the email address after the user clicks create account. An email address without a valid domain (ie. qa@testing.sakai) gets a warning that the email address is invalid after the user clicks the Create Account button.
On Trunk, I am able to correct the email address, re-enter the password & verification, and create the account. On 20, attempting to do so gives the error message that the user id is already in use. I am unable to log in with that ID, and I logged in as Admin and searched the Users tool without finding that account.