• 
      

    Allow longer usernames for SCM tools

    Review Request #957 — Created Aug. 8, 2009 and discarded

    Information

    Review Board SVN (deprecated)

    Reviewers

    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
    chipx86
    1. 
        
      1. I'm inclide to discard this patch, since you've reworked everything in that area in http://code.google.com/p/reviewboard/source/detail?r=2080.
    2. /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',
      ]
    3.