-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 6.2.X EE, 7.0.X EE, Master
-
Fix Version/s: None
-
Component/s: Application Security > Password
-
Labels:
-
Story Points:1.25
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce
- Add a user with valid email address
- Go to Control Panel > Server Administration > Mail to config the Mail setting
- Go to Control Panel > Users > Password Policies to edit the default password policy, enable the Password Syntax Checking
- Logout
- Click Sign In > Forgot Password
- Add the valid email address of the new added user to send reset link
- Get the link from email
- Navigate to the reset password link to reset password
- Reset a password less than 6 characters like following
- Password: Test
- Enter Again: Test
- Reset password differently like following
- Password: Password1
- Enter Again: Password2
Expect Result
The alert message not displays at the same page.
Actually Result
The alert message displays at the same page.