Make getting a user by the username case insensitive
Compare changes
Files
6- William George authored
Update `User.find_by(username:` to `User.find_by_username(` as the latter is a case insensitive search
This merge request makes sure that when creating a new user object searching by username, it does so in a case sensitive manor.
Closes #38304 (closed)
Closes #27229 (closed)
Possibly solves #47601 (moved)
Update `User.find_by(username:` to `User.find_by_username(` as the latter is a case insensitive search