You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When your urls are in the app and you try to send an email with your password recovery you'll get en error:
Reverse for 'account_password_reset_token' not found. 'account_password_reset_token' is not a valid view function or pattern name.
Because the method send_mail of class PasswordResetView contains the hardcode: reverse("account_password_reset_token", kwargs=dict(uidb36=uid, token=token))