diff --git a/axes/attempts.py b/axes/attempts.py index 4fe7725..b1da3f7 100644 --- a/axes/attempts.py +++ b/axes/attempts.py @@ -156,9 +156,6 @@ def is_user_lockable(request, credentials=None): If so, then return the value to see if this user is special and doesn't get their account locked out """ - if hasattr(request.user, 'nolockout'): - return not request.user.nolockout - if request.method != 'POST': return True