derf / travelynx

Traewelling-inspired journey logger with realtime data
https://travelynx.de
GNU Affero General Public License v3.0
103 stars 16 forks source link

Bug(?): Usernames are case-sensitive #78

Closed CherryKitten closed 11 months ago

CherryKitten commented 11 months ago

When creating my account, I used "Cherrykitten" as my username. When trying to login, I tried with "cherrykitten" and got a login-error. Changing the name to start with Uppercase for the login worked.

Usernames are usually case-insensitive for login-purposes, so I'm assuming that this is unintended behaviour.

derf commented 11 months ago

That's by design and can't be changed now that there are travelynx instances out in the wild.

In hindsight, some sort of username normalization during registration and login may have been helpful.