Commit cb7cf28c authored by Jérome Perrin's avatar Jérome Perrin

login_account_provider: fix interface definition

method signature should not contain self
parent 1f079e64
......@@ -67,7 +67,7 @@ class ILoginAccountProvider(Interface):
for reason for not being a valid one (i.e. too short, not complex, etc ...)
"""
def isPasswordAlreadyUsed(self, password):
def isPasswordAlreadyUsed(password):
"""
Return if password has already been used.
"""
......
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