Opened 11 years ago
Closed 11 years ago
#28544 closed defect (bug) (wontfix)
Case of usernames does not matter on login
Reported by: | Kniebremser | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.9.1 |
Component: | Login and Registration | Keywords: | |
Focuses: | Cc: |
Description
I have no idea if this is a security ticket is already?
When I log into my WP installation, is the spelling of the user name does not matter. It will not pay attention to small and large case of the characters.
Change History (2)
Note: See
TracTickets for help on using
tickets.
This is intentional per #5472. We used to maintain a false sense of case sensitivity for usernames, but case insensitivity makes more sense with how MySQL handles the search by default.