Skip to content

Commit

Permalink
Fix #950 -- Remove LoginRequiredMixin from PasswordResetView
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Nov 29, 2016
1 parent 7f1742f commit 5823a78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cadasta/accounts/views/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ class PasswordChangeView(LoginRequiredMixin,
pass


class PasswordResetView(LoginRequiredMixin,
SuperUserCheckMixin,
class PasswordResetView(SuperUserCheckMixin,
allauth_views.PasswordResetView):
pass

Expand Down

0 comments on commit 5823a78

Please sign in to comment.