summaryrefslogtreecommitdiffstats
path: root/django_authopenid
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:48:15 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:48:15 -0400
commitac3233d4f09d71abf086820863c6854d19c05677 (patch)
treeeba6f113554c1553a41567dca6c5776cd4aadf25 /django_authopenid
parent5c6fceae98c0916c94ec5b919950c67475f44b67 (diff)
downloadaskbot-ac3233d4f09d71abf086820863c6854d19c05677.tar.gz
askbot-ac3233d4f09d71abf086820863c6854d19c05677.tar.bz2
askbot-ac3233d4f09d71abf086820863c6854d19c05677.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: