• 
      

    Pass request object to auth backends' get_or_create_user() methods.

    Review Request #4403 — Created Aug. 7, 2013 and submitted

    Information

    Review Board
    master

    Reviewers

    Pass request object to auth backends' get_or_create_user() methods.
    All unit tests pass: 
    
    ----------------------------------------------------------------------
    Ran 703 tests in 132.756s
    
    OK (SKIP=12)
    
    The skipped tests are all related to perforce, which I don't have installed.  They should be unrelated to my patch.
    MC
    reviewbot
    1. This is a review from Review Bot.
        Tool: PEP8 Style Checker
        Processed Files:
          reviewboard/accounts/backends.py
          reviewboard/webapi/resources.py
        Ignored Files:
      
      
    2. 
        
    chipx86
    1. This looks fine. I'd like to see something in Testing Done. Can you verify that unit tests pass?
    2. 
        
    MC
    david
    1. Ship It!
    2. 
        
    MC
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-1.7.x (78234a1). Thanks!