From a84c2230336082fb4aceebbdafcb5c96ca255b70 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sun, 19 Mar 2017 21:04:42 +0100 Subject: [PATCH] remove password from registration email --- rowers/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rowers/views.py b/rowers/views.py index 518cab85..ece46b1b 100644 --- a/rowers/views.py +++ b/rowers/views.py @@ -253,7 +253,6 @@ def rower_register_view(request): message += "The first thing you might want to do is check and edit the heart rate band values. After logging in, click the button with your first name.\n" message += "You can also check our videos page at http://rowsandall.com/rowers/videos for some helpful instruction videos.\n\n" message += "User name:"+username+"\n" - message += "Password :"+password+"\n\n" message += "For all your questions, just reply to this email.\n\n" message += "Happy rowing!\n\n\n" message += "Oh, one more thing. The site is currently in beta and is developing fast. Bear with us. Don't hesitate to contact me if anything is broken or doesn't seem to work as advertised."