• 
      

    Use django make_password

    Review Request #3363 — Created Sept. 28, 2012 and submitted

    Information

    Review Board

    Reviewers

    Use django.contrib.auth.hashers.make_password in StandardAuthBackend. Fixes issue #2726
    Ran test suite, but lots of apparently unrelated failures. See http://pastie.org/4856860
    Description From Last Updated

    This function isn't expected to save the file. It should only update user.password.

    chipx86 chipx86
    TA
    TA
    chipx86
    1. 
        
    2. reviewboard/accounts/backends.py (Diff revision 1)
       
       
       
       
       
      Show all issues
      This function isn't expected to save the file. It should only update user.password.
    3. 
        
    TA
    TA
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (a2ad3a7). Thanks!