diff --git a/allauth/account/views.py b/allauth/account/views.py index c7a4ebfbb2..e60f123fdc 100644 --- a/allauth/account/views.py +++ b/allauth/account/views.py @@ -595,6 +595,7 @@ def get_context_data(self, **kwargs): password_reset = PasswordResetView.as_view() +@method_decorator(login_not_required, name="dispatch") class PasswordResetDoneView(TemplateView): template_name = "account/password_reset_done." + app_settings.TEMPLATE_EXTENSION