Opened 20 years ago
Closed 20 years ago
#1129 closed defect (bug) (wontfix)
Don't distinguish between bad login and bad password in error messages
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5 |
Component: | Security | Keywords: | |
Focuses: | Cc: |
Description
Currently wp-login.php gives different error messages for bad logins and bad passwords. This may be user-friendly but it also helps hackers because it tells them when they have found a valid user name (ie. they can concentrate on the password then).
Please give out the same error message for both bad logins and bad passwords.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Something similar needs to be done for wp-login.php/retrievepassword, otherwise that can be abused to find valid login names.