Opened 10 years ago
Closed 9 years ago
#33101 closed defect (bug) (fixed)
Two error messages defined for a single error
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 3.7 |
Component: | Users | Keywords: | good-first-bug has-patch needs-testing |
Focuses: | administration | Cc: |
Attachments (4)
Change History (22)
#2
@
10 years ago
When JS is disabled there is still 2 fields that show. The two message although similar are different errors. One is a mismatch and the other is empty. I think we could remove the empty error probably as the mismatch covers both scenarios.
#6
@
10 years ago
@MikeHansenMe Sorry, I don't follow. A message that is shown when no password is provided (empty)?
#7
@
10 years ago
33101.diff is what I was thinking but did not look at it too much. Would still need testing.
#8
@
10 years ago
If you fill only one of the new password field you get two messages one for the passwords not matching the other for saying both fields need to be filled.
#9
@
10 years ago
@MikeHansenMe I see. That section would need to stay because that's the error shown if you only enter 1 password. The error "Please enter the same password in the two password fields" won't show.
#10
@
10 years ago
"Please enter the same password in the two password fields." seems to cover both scenarios.
If one of the two is empty and also if they do not match.
#11
@
10 years ago
33239.2.patch makes sense to me
After the WP 4.3 release, There will be not any option to fill password twice.
User will fill password only once.