or a unix legacy - generally unix usernames do not allow spaces.
--
regards
kg
http://lawgon.livejournal.com
I'm puzzled with this too. Did anyone manage to find a solution to resolving spaces in usernames.
Generally a user, these days logs in with their email - that's predominately how I've setup all my django projects. People don't remember usernames. It is legacy, facebook connects with emails, so does gmail and the rest of the world. Username really has fallen back to a NickName / Alternative / Alias kind of field. You'd use it if you knew that in your application people wouldn't want their real, full names to be displayed.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/UGdOmEepavIJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
I'm puzzled with this too. Did anyone manage to find a solution to resolving spaces in usernames.Generally a user, these days logs in with their email - that's predominately how I've setup all my django projects. People don't remember usernames. It is legacy, facebook connects with emails, so does gmail and the rest of the world. Username really has fallen back to a NickName / Alternative / Alias kind of field. You'd use it if you knew that in your application people wouldn't want their real, full names to be displayed.
On Friday, June 12, 2009 4:08:12 PM UTC+2, Wiiboy wrote:
--