• 
      

    Fix URL names and targets for the password reset flow.

    Review Request #5856 — Created May 22, 2014 and submitted — Latest diff uploaded

    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.