Opened 9 years ago
Last modified 5 years ago
#36098 new defect (bug)
Install: "Repeat Password" is not required when browser js is disabled
Reported by: | ramiy | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Login and Registration | Keywords: | has-screenshots has-patch close |
Focuses: | ui | Cc: |
Description
Recreate:
- Turn off browser JS.
- Install WordPress.
- Go to step 2.
The "Repeat Password" field is marked as required. It's not.
Recreate this step by step:
Leave all fields empty and press the install button.
You will see an error saying: Please provide a valid username.
Enter invalid username (use spaces).
You will see an error saying: The username you provided has invalid characters.
Enter valid username.
You will see an error saying: You must provide an email address.
Enter some text (not an email).
You will see this error message: Sorry, that isn’t a valid email address. Email addresses look like username@example.com.
If you provide a valid email, it will install WordPress. Password is not required!
Attachments (9)
Change History (16)
#3
@
9 years ago
One more thing, when changing passwords for existing users (user-edit.php) or changing your own password (profile.php) this field is not marked as required.
#4
@
9 years ago
When you enter only the new password and update (without repeating the password), you will see an error message saying ERROR: Please enter the same password in both password fields.
When you do that on install screen, you will see an error saying: Your passwords do not match. Please try again.
#6
@
5 years ago
- Keywords close added
Hey @raimy, thanks for the ticket! Sorry it took so long for a response.
I just checked this on the latest version and it seems that the repeated password is required for an install. Leaving both blank leads to a password being generated. All other fields act the same as when you saw this.
Since this appears to have been fixed, marking this as close.
The patch removes the
(required)
strings from theRepeat Password
field.