Commit 5950bf5d authored by Michal Čihař's avatar Michal Čihař

Fix number of parameters

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ba8b1850
......@@ -79,7 +79,7 @@ def send_validation(strategy, backend, code):
)
def verify_open(backend, user, **kwargs):
def verify_open(strategy, user=None, **kwargs):
'''
Checks whether it is possible to create new user.
'''
......
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