Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 180 by Jim.mixtake: username is case sensitive http://code.google.com/p/django-hotclub/issues/detail?id=180
What steps will reproduce the problem? 1. create an account with a capitol letter in the username 2. post something on the microblogging secion (make a tweet) 3. try to view the feed the code that generates the feed converts your username to lowercase making it impossible to get to you feed no matter how you type it in the url. The easy solution is to just change the code to use the case in the url instead of using .lower() but I think the site should convert the username to lowercase everywhere there is a comparison or matching algorith so that you can log in without worrying about case sensitivity etc. My webhost is webfactional. And I'm using pinax 0.5.1 (though it's very heavily modified) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
