X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Fauth%2Fmysql_login.py;h=3c97dce787aba69d73a2a32585662f00757037fa;hb=c551e5ac93815a81461dd4fb4e96b94732787033;hp=6dae938a843b42cc192870762082b81b7cce6dd1;hpb=42eb30c80234225d5ab5c543097a974014f3add7;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/auth/mysql_login.py b/conf/auth/mysql_login.py index 6dae938..3c97dce 100644 --- a/conf/auth/mysql_login.py +++ b/conf/auth/mysql_login.py @@ -115,7 +115,6 @@ class mysql_login: u.email = email #u.remember_me = 0 # 0 enforces cookie_lifetime config param u.create_or_update(True) - request.log(u.__repr__()) return u, True # moin_session has to set the cookie except: