summaryrefslogtreecommitdiffstats
path: root/ipsilon/login/authldap.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/login/authldap.py')
-rw-r--r--ipsilon/login/authldap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipsilon/login/authldap.py b/ipsilon/login/authldap.py
index 0161abc..f383003 100644
--- a/ipsilon/login/authldap.py
+++ b/ipsilon/login/authldap.py
@@ -82,6 +82,7 @@ class LDAP(LoginFormBase, Log):
error_password=not password,
error_username=not username
)
+ self.lm.set_auth_error()
# pylint: disable=star-args
return self._template('login/form.html', **context)