Re: Issue 1712 in reviewboard: Increase auth_user.username field size and allow '@' in user names

2011-02-19 Thread reviewboard
Updates: Status: Fixed Owner: chipx86 Labels: Milestone-Release1.5.x Component-Accounts Comment #3 on issue 1712 by chip...@gmail.com: Increase auth_user.username field size and allow '@' in user names http://code.google.com/p/reviewboard/issues/detail?id=1712 Fixed

Re: Issue 1712 in reviewboard: Increase auth_user.username field size and allow '@' in user names

2010-07-06 Thread reviewboard
Comment #1 on issue 1712 by chipx86: Increase auth_user.username field size and allow '@' in user names http://code.google.com/p/reviewboard/issues/detail?id=1712 Unfortunately, these are restrictions put in place by Django, and not something we have a lot of control over. At least, the

Re: Issue 1712 in reviewboard: Increase auth_user.username field size and allow '@' in user names

2010-07-06 Thread reviewboard
Comment #2 on issue 1712 by ricklei: Increase auth_user.username field size and allow '@' in user names http://code.google.com/p/reviewboard/issues/detail?id=1712 A one byte patch to accounts/admin.py would fix the '@' issue: --- accounts/admin.py 2010-07-06 13:09:40.0 +0800 +++