Fix reverse() of 'password-reset-confirm' for email template.
Review Request #5672 — Created April 3, 2014 and submitted — Latest diff uploaded
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.