-
Notifications
You must be signed in to change notification settings - Fork 1k
Ensure usernames are case insensitive #10
New issue
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
Comments
I think http://www.postgresql.org/docs/9.0/static/citext.html is probably the right way to do those, you might need to add some support to sqlalchemy. |
Yea I think using citext is probably the right way. Will need to figure out how to handle the duplicate name issue on PyPI before PyPI can be migrated. |
dstufft
added a commit
that referenced
this issue
May 21, 2013
dstufft
added a commit
that referenced
this issue
May 22, 2013
Fixed #10 - Use citext to make usernames case insensitive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a current issue on PyPI. Usernames are case sensitive so I can have dstufft, Dstufft, etc.
We need to both make sure this cannot happen in Warehouse, and figure out what sort of transition plan we will use.
The text was updated successfully, but these errors were encountered: