We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
id
1 parent 3252641 commit 6cab5a0Copy full SHA for 6cab5a0
allauth/account/forms.py
@@ -425,7 +425,7 @@ def save(self, **kwargs):
425
426
# send the password reset email
427
path = reverse("account_reset_password_from_key",
428
- kwargs=dict(uidb36=int_to_base36(user.id),
+ kwargs=dict(uidb36=int_to_base36(user.pk),
429
key=temp_key))
430
url = '%s://%s%s' % (app_settings.DEFAULT_HTTP_PROTOCOL,
431
current_site.domain,
0 commit comments