Allow periods in usernames.

Review Request #682 — Created Dec. 27, 2008 and submitted

chipx86
Review Board SVN (deprecated)
trunk
285
reviewboard
Allow "." in usernames. Django natively doesn't support this, but it
only really prevents it in the user creation/modification forms.
According to the developers, other auth backends and custom form classes
are welcome to accept ".", so we just override the admin forms.
Created and modified users with "." in the usernames.
Loading...