Fix URL names and targets for the password reset flow.

Review Request #5856 — Created May 21, 2014 and submitted

Information

Review Board
release-2.0.x
3336846...

Reviewers

The password reset functionality regressed when we switched over to django's
bundled implementation (instead of our own). We had a couple earlier fixes to
this, but there were still some small errors. This makes it so that all the URL
names and view functions match up exactly as they should.

Went through the whole password reset flow and verified that it works.

reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        reviewboard/accounts/urls.py
      Ignored Files:
        reviewboard/templates/accounts/password_reset_email.txt
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
        reviewboard/accounts/urls.py
      Ignored Files:
        reviewboard/templates/accounts/password_reset_email.txt
    
    
  2. 
      
chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (04604ce)
Loading...