Make getting a user by the username case insensitive
Compare changes
Files
13- William George authored
Update code to use the new `UserFinder` as opposed to `User.find_by_username`
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 code to use the new `UserFinder` as opposed to `User.find_by_username`