summaryrefslogtreecommitdiffstats
path: root/django_authopenid
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:47:51 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:47:51 -0400
commitb42dfce3d18d6dd18e1a837eeabc98c25a248da5 (patch)
treeeba6f113554c1553a41567dca6c5776cd4aadf25 /django_authopenid
parent4db17f6d5f07c551a2161898d74aae7208bd0229 (diff)
downloadaskbot-b42dfce3d18d6dd18e1a837eeabc98c25a248da5.tar.gz
askbot-b42dfce3d18d6dd18e1a837eeabc98c25a248da5.tar.bz2
askbot-b42dfce3d18d6dd18e1a837eeabc98c25a248da5.zip
Added Adolfo's canonical url link fix
Diffstat (limited to 'django_authopenid')
-rw-r--r--django_authopenid/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django_authopenid/views.py b/django_authopenid/views.py
index d055396b..218a31a2 100644
--- a/django_authopenid/views.py
+++ b/django_authopenid/views.py
@@ -555,8 +555,6 @@ 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: