sprimit / DGC-Web

DGC Web
0 stars 0 forks source link

Change password Issues #23

Open ravi-sprim opened 10 years ago

ravi-sprim commented 10 years ago

Issue Description: Change password Issues

Steps:

  1. Navigate to Settings.
  2. Click on 'Change Password'. (AR: 1,2)
  3. With out entering the new passwords, Click on Reset(AR: 6)

AR:

  1. Number of characters are more than the actual characters length.
  2. By default existing password is displaying.
  3. New password is accepting less than 8 characters.(Tried with 4 characters).
  4. While login save the password in cookies(minimum 2 accounts). Now try to change password. In alert message two accounts are displaying. Even on click of cancel also password is saving.
  5. All the error messages & Successful messages are displaying in black color and font size is equivalent to title names. (eg: Invalid password, successful message)
  6. There is no proper space between error messages and text fields (or) buttons.

ER:

  1. Don't show the existing password, Make sure that user should enter the existing password. (For security reasons).
  2. New password should not accept less than 8 characters. (Apply same condition, Which is available while creating new user).
  3. Two accounts should not display. Even alert message also should not display. By default it should apply for logged in User.
  4. Error messages should display in Red color & Successful messages should display in Green color. Font size should be less than title names.
  5. There should be proper space between error messages and text fields (or) buttons.

Need Clarification: Does CANCEL button is required in 'Change Password' page.

PFA.

user_settings_change password

sprimit commented 10 years ago

enter existing password[Field] need to change password.