mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Added Send New Password functions + added check for current password when changing
git-svn-id: file:///svn/phpbb/trunk@1155 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Hello {USERNAME},
|
||||
|
||||
Your account has now been activated, you may login using the username and password you received in a previous email.
|
||||
Your account on "{SITENAME}" has now been activated, you may login using the username and password you received in a previous email.
|
||||
|
||||
{EMAIL_SIG}
|
15
phpBB/language/email/user_activate_passwd_english.tpl
Normal file
15
phpBB/language/email/user_activate_passwd_english.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
Hello {USERNAME}
|
||||
|
||||
You are receiving this email because you have (or someone pretending to be you has) requested a new password be sent for your account on {SITENAME}. If you did not request this email then please ignore it, if you keep receiving it please contact the board administrator.
|
||||
|
||||
To use the new password you need to activate it. To do this click the link provided below.
|
||||
|
||||
Activation: {U_ACTIVATE}
|
||||
|
||||
If sucessful you will be able to login using the following password:
|
||||
|
||||
Password: {PASSWORD}
|
||||
|
||||
You can of course change this password yourself via the profile page. If you have any difficulties please contact the board administrator.
|
||||
|
||||
{EMAIL_SIG}
|
Reference in New Issue
Block a user