mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Forgot 'self'
This commit is contained in:
parent
a780ebd900
commit
4268c0d04d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class PasswordValidator(object):
|
|||
|
||||
logger = logging.getLogger('yunohost.utils.password')
|
||||
|
||||
status, msg = validation_summary(password)
|
||||
status, msg = self.validation_summary(password)
|
||||
if status == "error":
|
||||
raise MoulinetteError(1, m18n.n(msg))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue