• 
      

    Allow periods in usernames.

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

    Information

    Review Board SVN (deprecated)
    trunk
    285

    Reviewers

    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.