diff options
author | Zachary Sloan | 2013-10-11 14:46:52 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-10-11 14:46:52 -0500 |
commit | 34c6c908ac072609a2f923946d474504d3fa0331 (patch) | |
tree | 8f7635a312115419bf8ce12602fe9c46e048a92c /wqflask/flask_security/registerable.py | |
parent | 51be798ef6311a86ea1ca8c5092277d727b98a5a (diff) | |
parent | 38ae30a5fb46753a361e1c7454871430d7097c3b (diff) | |
download | genenetwork2-34c6c908ac072609a2f923946d474504d3fa0331.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) |