comparison gpp/templates/accounts/registration_email.txt @ 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 dbd703f7d63a
children
comparison
equal deleted inserted replaced
39:5dbfb7fec629 40:53b7c681d80b
1 Hello, 1 Hello,
2 2
3 Welcome to {{ site_name }}! 3 Welcome to {{ site_name }}, {{ username }}!
4 4
5 We have received a request from the email address {{ user_email }} to register an account at {{ site_domain }}. 5 We have received a request from the email address {{ user_email }} to register an account at {{ site_domain }}.
6 6
7 To finish the registration process, please visit the link below to activate your account. The link will expire in 24 hours, after which you will have to register again. 7 To finish the registration process, please visit the link below to activate your account. The link will expire in 24 hours, after which you will have to register again.
8 8
9 {{ activation_link }} 9 {{ activation_link }}
10 10
11 Here is the account information:
12
13 Username: {{ username }}
14 Password: {{ raw_password }}
15
16 If you did not register with {{ site_domain }}, simply ignore this email. If you have questions or problems, please send an email to {{ admin_email }}. 11 If you did not register with {{ site_domain }}, simply ignore this email. If you have questions or problems, please send an email to {{ admin_email }}.
17 12
18 Regards, 13 Regards,
19 14
20 The staff at {{ site_name }} 15 The staff at {{ site_name }}