-
-
/trunk/reviewboard/scmtools/models.py (Diff revision 1) You will need to provide an evolution file for this. Run ./manage.py evolve --hint and dump the contents to scmtools/evolutions/username_128_chars.py. Then add scmtools/evolutions/__init__.py with: MUTATIONS = [ 'username_128_chars', ]
Allow longer usernames for SCM tools
Review Request #957 — Created Aug. 8, 2009 and discarded
Information | |
---|---|
pronik | |
Review Board SVN (deprecated) | |
1268 | |
Reviewers | |
reviewboard | |
This is (hopefully) a bug fix for issue 1268. Copy&paste from there: In the repository setup, the username field is too short, since it's not unusual to have full e-mail addresses as login names, which rather often than not are in the form Firstname.Lastname@company.com -- which can be rather long with long names and surnames.
None yet