Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix case sensitivity issue when retrieving user by username
The commit fixes a bug where the user object was not found due to case sensitivity in the username. Now, the username is converted to lowercase before querying the database.
- Loading branch information