kiwiirc / kiwibnc

Apache License 2.0
43 stars 14 forks source link

Store usernames in lowercase #119

Open ItsOnlyBinary opened 3 years ago

ItsOnlyBinary commented 3 years ago

Hopefully i got all the places that are needed.

also unsure if i should remove the 'LIKE' from the where clauses as i think its now redundant

prawnsalad commented 3 years ago

Adding it here as it sets the username value will cover cases where a user is created via the model factory https://github.com/kiwiirc/kiwibnc/blob/34ad5bc1a786a62f679bf097469122194d94e311/src/libs/dataModels/user.js#L17

prawnsalad commented 3 years ago

As mentioned in #kiwiirc: