master
Самоукин Алексей 14 years ago
parent 45c7eb81d2
commit 233ce8a04c

@ -759,7 +759,7 @@ conjunction with the 'login' or 'logout'")
try:
ldapInit.bind_s(userDN, password)
except ldap.INVALID_CREDENTIALS:
errMessage = _("Your username or password is incorrect.")
errMessage = _("Password incorrect")
return False, errMessage
except ldap.LDAPError, e:
if type(e.message) == dict and e.message.has_key('desc'):

Loading…
Cancel
Save