Commit 338b6743 authored by Jérome Perrin's avatar Jérome Perrin Committed by Aurel

base: typo in "Password does not comply with password policy" error message

parent 93d71175
......@@ -71,7 +71,7 @@ class EncryptedPasswordMixin:
# not a policy so basically all passwords are accceptable
return True
if not self.isPasswordValid(value):
raise ValueError("Password value doest not comply with password policy")
raise ValueError("Password does not comply with password policy")
def checkUserCanChangePassword(self):
if not _checkPermission(Permissions.SetOwnPassword, self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment