Bug #8316

Updated by Erni Suhaireen Zulkifli over 6 years ago

Hi Chee Ping,

Kindly refer below list for bugs found in Accessing RPP module.

*[TC 1.1.1a.1]*
No validation for entering wrong password for existing user.

*[TC 1.1.3a.1]*
No “Forgot Password” hyperlink at Login Page

*[TC 1.2.1a.3]*
Standardize error message displayed for entering 'Password' and 'Confirm Password' with below value in FTL scenario:
- Digit and lower case alphabets (digit1234567)
- Digit and upper case alphabets (DIGIT1234567)

Current error message displayed:
"Failed to change password in Active Directory"

Expected error message displayed:
"Password must contain a mixture of numeric and alphabets format. Cannot include these special character ["<>'%;&+]"



*[TC 1.2.1a.6]*
Step to Reproduce:
1. Create New User
2. Perform FTL with
To change the error message displayed for entering New Password &quot;Password&quot; and Confirm Password &quot;Confirm Password&quot; text field same with 'Username Value'
> Username:m@gm12.com
> New Password: m@gm12.com
> Confirm Password: m@gm12.com
User Name value. (FTL Module)

Current Result: error message:
Current system does not have validation for entering New Password “Password must contain a mixture of numeric and Confirm Password with 'Username' value alphabet format. Cannot include these special character [&quot;&lt;&gt;&#x27;%;&amp;+]”

Expected Result: error message:
System should display error message "Password “Password cannot be same as the User Name" Name”

Back