aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/auth/tools.py')
-rw-r--r--mediagoblin/auth/tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/auth/tools.py b/mediagoblin/auth/tools.py
index 94f23993..7123473d 100644
--- a/mediagoblin/auth/tools.py
+++ b/mediagoblin/auth/tools.py
@@ -198,7 +198,7 @@ def register_user(request, register_form):
return None
-def check_login_simple(username, password, username_might_be_email=False):
+def check_login_simple(username, password):
user = auth.get_user(username)
if not user:
_log.info("User %r not found", username)