Opened 20 years ago
Closed 20 years ago
#1178 closed defect (bug) (fixed)
user creation and edition bug
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | critical | Version: | 1.5.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
steps to reproduce:
- create a new user normally, as admin
- save the user
- click edit the user, don't change anything
- save the user
produces the following error:
ERROR: you typed your new password only once. Go back to type it twice.
Attachments (1)
Change History (8)
#6
@
20 years ago
Just replace the "==" in line 43 in file wp-admin/user-edit.php with "!=" and the problem is solved ...
duplicate of 1101 and 1079 (both are marked as resolved while they aren't, at least not in the version I checked out just seconds ago)
Note: See
TracTickets for help on using
tickets.
Same as 1079?
http://mosquito.wordpress.org/view.php?id=1079
Are you using the latest nightlies?