summaryrefslogtreecommitdiffstats
path: root/django_authopenid
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:56 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:56 -0400
commitdcda943830ce044d3adeb0c801dd9f06a0feb6ea (patch)
tree5e9041d10f27b47489344b5dc892c5ec223e30cf /django_authopenid
parentab6ccc728cba1bddebe26a73f3bff0cc9c82f7f5 (diff)
downloadaskbot-dcda943830ce044d3adeb0c801dd9f06a0feb6ea.tar.gz
askbot-dcda943830ce044d3adeb0c801dd9f06a0feb6ea.tar.bz2
askbot-dcda943830ce044d3adeb0c801dd9f06a0feb6ea.zip
merged Bruno url translations, removed his local mods, added settings.BOOKS_ON, validated more templates
Diffstat (limited to 'django_authopenid')
-rw-r--r--django_authopenid/views.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/django_authopenid/views.py b/django_authopenid/views.py
index 218a31a2..d055396b 100644
--- a/django_authopenid/views.py
+++ b/django_authopenid/views.py
@@ -555,6 +555,8 @@ def send_new_email_key(user,nomessage=False):
import random
random.seed()
user.email_key = '%032x' % random.getrandbits(128)
+ print len(user.email_key)
+ print user.email_key
user.save()
_send_email_key(user)
if nomessage==False: