We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Username should be checked for uniqueness case-insensitively. That would prevent the system erroring out on Users#edit trying to edit the wrong user.
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
Fixes refinery#1703 by downcasing usernames before saving them.
30c4ef4
Note: This has the implication that all usernames will now be stored downcased. Conflicts: authentication/app/models/refinery/user.rb changelog.md
05d0d1d
Note: This has the implication that all usernames will now be stored downcased.
Merge pull request refinery#1704 from resolve/username_uniqueness_cas…
629b03e
…e_insensitivity Fixes refinery#1703
No branches or pull requests
Username should be checked for uniqueness case-insensitively. That would prevent the system erroring out on Users#edit trying to edit the wrong user.
The text was updated successfully, but these errors were encountered: