Commit 8cbe8ae6 authored by Michal Čihař's avatar Michal Čihař

Remove unused parameter

Fixes rb#349
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent a54c28dd
......@@ -125,7 +125,7 @@ def verify_open(strategy, backend, user=None, **kwargs):
raise AuthException(backend, _('New registrations are disabled!'))
def verify_username(strategy, backend, social, details, user=None, **kwargs):
def verify_username(strategy, backend, details, user=None, **kwargs):
"""Verified whether username is still free.
It can happen that user has registered several times or other user has
......
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