Open sawyerbutton opened 2 years ago
@apotapcukv this good job, great password
is a help message for user to inform they input a secured password
, It is about password validation config
, like password should include @!1-9a-z
as necessary characters.
But we need to show this message as a smooth way.
@YeomanWang
@YeomanWang
If there are no strong password check-boxes
being selected, Then there should be nonice password
promt.
And there should a server error here while save the password.
Preconditions: Log out and then log in to the site with an existing account Steps to reproduce this issue:
@apotapcukv cc @sawyerbutton The password strong validation is in frontend, that is real time valid if the password input lose focus , not from the server side, if the password is not valid, then the "Save Changes" button can not be clicked.
Title
Check Pages functionality works
Description
User data entered on the settings page must be checked before saving
Expected
Any successful message appears after entering a strong password in the 'New password' and reentering the same data in the 'Verify password' field on the Pages/Pages/Settings/Profile Settings/Password page.
Issue
Successful message “Good job. This is a great password ”appears in front of the“ New Password ”field immediately after you enter any character in this field, even if the“ Confirm Password ”field is empty. The error message 'Password is incorrect' appears after entering the same strong password into 'New password' and "Verify password' fiels and taping on 'Save changes' button
Dev's comment