angler-fishThe Vulnerability History Project

Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.

      uid is now base64 encoded in password reset URLs/views. A backwards compatible
password_reset_confirm view/URL will allow password reset links generated before
this change to continue to work. This view will be removed in Django 1.7.

Thanks jonash for the initial patch and claudep for the review.
    
commit 1184d077893ff1bc947e45b00a4d565f3df81776
+1 -1
+2 -3
+1 -1
+2 -22
+3 -2
-3
+6 -15
+1 -20
-8
+1 -6
-14
-53
+6 -16
expand_less