Mercurial > public > sg101
diff gpp/accounts/forms.py @ 40:53b7c681d80b
Don't send plaintext password in confirmation email for site registration.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 12 Jun 2009 01:15:49 +0000 |
parents | b6263ac72052 |
children | df56795771a6 |
line wrap: on
line diff
--- a/gpp/accounts/forms.py Fri Jun 12 01:06:05 2009 +0000 +++ b/gpp/accounts/forms.py Fri Jun 12 01:15:49 2009 +0000 @@ -84,7 +84,6 @@ 'user_email' : pending_user.email, 'activation_link' : activation_link, 'username' : pending_user.username, - 'raw_password' : self.cleaned_data['password1'], 'admin_email' : admin_email, })