diff options
author | Lei Yan | 2013-10-11 14:49:54 -0500 |
---|---|---|
committer | Lei Yan | 2013-10-11 14:49:54 -0500 |
commit | 79aed6879f138bb083af91f50cd4827789683062 (patch) | |
tree | 722be02d7f7ecbc7094a7519f59f6802e123fb97 /wqflask/flask_security/registerable.py | |
parent | 8a09358e98dbf88deb101d13107a40bac371de5c (diff) | |
parent | 38ae30a5fb46753a361e1c7454871430d7097c3b (diff) | |
download | genenetwork2-79aed6879f138bb083af91f50cd4827789683062.tar.gz |
Merge /home/sam/gene
Diffstat (limited to 'wqflask/flask_security/registerable.py')
-rw-r--r-- | wqflask/flask_security/registerable.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/flask_security/registerable.py b/wqflask/flask_security/registerable.py index 4e9f357d..4606c7c6 100644 --- a/wqflask/flask_security/registerable.py +++ b/wqflask/flask_security/registerable.py @@ -24,6 +24,7 @@ _datastore = LocalProxy(lambda: _security.datastore) def register_user(**kwargs): + print "in register_user kwargs:", kwargs confirmation_link, token = None, None kwargs['password'] = encrypt_password(kwargs['password']) user = _datastore.create_user(**kwargs) |