sublinks / sublinks-api

MIT License
68 stars 17 forks source link

[Login] Usernames are case senstivie when logging in #379

Closed jgrim closed 2 months ago

jgrim commented 2 months ago

When logging into Sublinks the username is case sensitive. Usernames should not be case sensitive.

Example: Logging in to the user devAdmin will fail if you type the username devadmin.

Ashwinn11 commented 2 months ago

I would like to work on this issue. May I get assigned

Ashwinn11 commented 2 months ago

Done. I have just updated the person repository to perform case-insensitive query for name. Waiting for PR review

jgrim commented 2 months ago

@Ashwinn11 Thanks a lot!