hftlclub / cis

CIS Club Information System
4 stars 0 forks source link

usernames to lowercase #57

Closed fmalcher closed 9 years ago

fmalcher commented 9 years ago

force usernames to lowercase

fmalcher commented 9 years ago

To be honest, that is not exactly what I meant by this issue... Users must be able to login with their actual username, regardless of whether there are lowercases or not. So once created a username should be used as it is. I rather meant to transform the username to lwoercase when the user is being created. But we cannot change the behaviour of the users!

PS: And what is more, using this solution the frontend transforms the username but you can still login directly through the API with your uppercase name.

d-koppenhagen commented 9 years ago

okay, now I know what you mean. I will undo my changes.

TilmannBach commented 9 years ago