Opened 16 years ago
Closed 16 years ago
#12665 closed defect (bug) (worksforme)
Mixed-case usernames not working
| Reported by: | roblgs | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Users | Version: | 2.9.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Setting up new accounts it is possible to use a mixed-case login name, and these get recorded into the database as user_login. When specifying a mixed-case login name there is no warning message to say they are not allowed, and the rendering of the login name is mixed-case when presented within the profile. Nothing to suggest it is anything but mixed-case.
However, trying to login using a mixed-case username fails. This is repeatable.
However, if I try logging in with an all lowercase version of a mixed-case login name then the login succeeds... Despite the fact that he value held as user_login in the database is correctly recorded as mixed case!
The user profile though still correctly displays the login name as mixed-case, it is recorded in the databas as mixed case, but logging in using mixed-case will fail.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Seems to be working perfectly here. I am able to login with both XYz as well as xyz successfully.