Skip to content

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

Closed
dstufft opened this issue Apr 27, 2013 · 2 comments · Fixed by #16
Closed

Ensure usernames are case insensitive #10

dstufft opened this issue Apr 27, 2013 · 2 comments · Fixed by #16

Comments

@dstufft
Copy link
Member

dstufft commented Apr 27, 2013

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.

@alex
Copy link
Member

alex commented Apr 27, 2013

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.

@dstufft
Copy link
Member Author

dstufft commented Apr 27, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants