mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
Added emailer class, did alterations and templates for registration
Welcome message vars can be removed from lang file git-svn-id: file:///svn/phpbb/trunk@844 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
19
phpBB/language/email/welcome_english.tpl
Executable file
19
phpBB/language/email/welcome_english.tpl
Executable file
@@ -0,0 +1,19 @@
|
||||
{WELCOME_MSG}
|
||||
|
||||
Please keep this email for your records.
|
||||
|
||||
Your account information is as follows:
|
||||
|
||||
----------------------------
|
||||
Username: {USERNAME}
|
||||
Password: {PASSWORD}
|
||||
----------------------------
|
||||
|
||||
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you.
|
||||
However, should you forget your password you can request a new one which will be activated in the same way as this account.
|
||||
|
||||
Thank you for registering.
|
||||
|
||||
{EMAIL_SIG}
|
||||
|
||||
|
21
phpBB/language/email/welcome_inactive_english.tpl
Executable file
21
phpBB/language/email/welcome_inactive_english.tpl
Executable file
@@ -0,0 +1,21 @@
|
||||
{WELCOME_MSG}
|
||||
|
||||
Please keep this email for your records.
|
||||
|
||||
Your account information is as follows:
|
||||
|
||||
----------------------------
|
||||
Username: {USERNAME}
|
||||
Password: {PASSWORD}
|
||||
----------------------------
|
||||
|
||||
Your account is currently inactive. You cannot use it until you visit the following link:
|
||||
|
||||
{ACTIVATE_URL}
|
||||
|
||||
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you.
|
||||
However, should you forget your password you can request a new one which will be activated in the same way as this account.
|
||||
|
||||
Thank you for registering.
|
||||
|
||||
{EMAIL_SIG}
|
@@ -425,6 +425,7 @@ $lang['Avatar_imagesize'] = "The avatar must be less than " . $board_config['ava
|
||||
|
||||
$lang['Account_added'] = "Thank you for registering, your account has been created. You may now login with your username and password";
|
||||
$lang['Account_inactive'] = "Your account has been created. However, this forum requires account activation, an activation key has been sent to the email address you provided. Pease check your email for further information";
|
||||
$lang['Account_active'] = "Your account has now been activated. Thank you for registering";
|
||||
|
||||
$lang['Welcome_subject'] = "Welcome to " . $board_config['sitename'] . " Forums";
|
||||
|
||||
|
Reference in New Issue
Block a user