• 
      

    Fix reverse() of 'password-reset-confirm' for email template.

    Review Request #5672 — Created April 3, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    release-2.0.x
    5910c8a...

    Reviewers

    The email template for resetting a password was still using "uidb36" for the
    user ID, but Django has changed to "uidb64". This was causing an error when
    users attempted to reset their password.