I've noticed that within the admin interface, if you try to edit or
add a username that has spaces in it, you get a validation error
stating that there can be no spaces in usernames. However, if I edit
the actual table data manually and  try to login or perform other
actions, everything seems to work fine. This seems to suggest that
there might not be any problem with spaces in usernames. Is there a
configuration directive for settings.py to allow spaces in usernames?
Is there any way that one could be added if there isn't already?

I've been building a MUD server with Django, so it'd be a really big
plus to allow this flexibility for usernames, since few people
actually want an underscore instead of a space, and I'd rather not
have to manually butcher the names (as that may confuse some, and it's
just sloppy).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to