Skip to content

Commit

Permalink
Merge 9c6fd09 into 20cd2a6
Browse files Browse the repository at this point in the history
  • Loading branch information
hoganld committed Aug 27, 2015
2 parents 20cd2a6 + 9c6fd09 commit 5d98c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allauth/account/views.py
Expand Up @@ -616,7 +616,7 @@ def form_valid(self, form):
user=self.reset_user)

if app_settings.LOGIN_ON_PASSWORD_RESET:
return perform_login(request, self.reset_user,
return perform_login(self.request, self.reset_user,
email_verification=app_settings.EMAIL_VERIFICATION)

return super(PasswordResetFromKeyView, self).form_valid(form)
Expand Down

0 comments on commit 5d98c4a

Please sign in to comment.