Opened 2 years ago
Last modified 2 years ago
#16779 new enhancement
Ignore capitalization during login
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | WordPress.org site | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | mikeschinkel@… |
Description
The login box at wp.org seems to be case sensitive. In my case if I type "bandonrandon" it returns with "user not registered" but if I type "BandonRandon" I am able to login. However, it seems that "bandonrandon" is also connected to my account and isn't available for registration.
My thoughts on this are to maybe ignore the case of the user when they login to the site. The same can be said for plugins. If my name is "bandonrandon" in the plugin readme my gravatar is not shown but if it's "BandonRandon" my gravatar is shown.
Change History (3)
comment:1
mikeschinkel
— 2 years ago
- Cc mikeschinkel@… added
comment:2
solarissmoke
— 2 years ago
@mikeschinkel the issue is for wordpress.org. Login on Wordpress itself is case-insensitive.
comment:3
SergeyBiryukov
— 2 years ago
- Milestone changed from Awaiting Review to WordPress.org
This would certainly be an improvement to keep dumbfounded users from being locked out of their site simply because they didn't remember they used mixed case, or not.
Wondering if there is a valid reason why this would cause a legacy issue?