reg/events.py
changeset 18 7dae32a2439b
parent 17 125b6fc8f20b
child 20 9354ef8119c6
--- a/reg/events.py	Mon Apr 12 16:17:53 2010 +0530
+++ b/reg/events.py	Mon Apr 12 18:15:21 2010 +0530
@@ -75,7 +75,6 @@
     new_password = gen_key(10)
     user.set_password(new_password)
     user.save()
-    print "The new password is", new_password
     return new_password
 
 def change_password(user, new_password):