- Change Summary:
-
A bug was just filed about this.
- Bugs:
Fix reverse() of 'password-reset-confirm' for email template.
Review Request #5672 — Created April 3, 2014 and submitted
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.