Skip to content

Case insensitive username login

jan kete requested to merge (removed):insensitive-login into next

Makes the username lowercase before sending into the uname/pw hash. Usernames are normalized into lowercase on registration, so this shouldn't break anything. Fixes #248 (closed)


  • I ran cargo fmt and cargo test
  • I agree to release my code and all other changes of this MR under the Apache-2.0 license

Merge request reports