Opened 9 years ago
Closed 9 years ago
#5326 closed defect (wontfix)
mediagoblin converts entered username to lower case
Reported by: | Jonas Haraldsson | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | api |
Cc: | Parent Tickets: |
Description
mediagoblin converts entered "UserName" to lower case "username" on account creation.
This can be confusing and a source of errors when using the pump api, as other pump.io servers respect casing.
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It was apparently a design decision to store usernames as lowercase in the user database. Because of that, I made a change (see ticket #938) to convert usernames to lower case when a user logs in from the web UI login form.
If mediagoblin code is changed to allow mixed-case usernames, then the change implemented as part of ticket #938 should also be reverted.