mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 09:16:55 +02:00
If a user changes their email address, and account activation is turned on, the user will have to re-activate their account via URL sent in email
git-svn-id: file:///svn/phpbb/trunk@848 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
7
phpBB/language/email/activate_english.tpl
Executable file
7
phpBB/language/email/activate_english.tpl
Executable file
@@ -0,0 +1,7 @@
|
||||
Your account on {SITENAME} has been deactivated, most likily due to changes
|
||||
made to your profile. In order to reactivate your account you must click
|
||||
on the link below:
|
||||
|
||||
{U_ACTIVATE}
|
||||
|
||||
{EMAIL_SIG}
|
@@ -426,6 +426,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['Reactivate'] = "Reactivate your account!";
|
||||
|
||||
$lang['Welcome_subject'] = "Welcome to " . $board_config['sitename'] . " Forums";
|
||||
|
||||
|
Reference in New Issue
Block a user