projects
/
matthijs
/
projects
/
wipi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f992daa
)
* Remove debug output.
author
Matthijs Kooijman
<matthijs@stdio.flexvps.nl>
Fri, 6 Jun 2008 22:10:51 +0000
(
00:10
+0200)
committer
Matthijs Kooijman
<matthijs@stdio.flexvps.nl>
Fri, 6 Jun 2008 22:10:51 +0000
(
00:10
+0200)
conf/auth/mysql_login.py
patch
|
blob
|
history
diff --git
a/conf/auth/mysql_login.py
b/conf/auth/mysql_login.py
index 6dae938a843b42cc192870762082b81b7cce6dd1..3c97dce787aba69d73a2a32585662f00757037fa 100644
(file)
--- 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: