1
0
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:
James Atkinson
2001-08-13 07:40:52 +00:00
parent 0073e1ffe4
commit b30de6fd69
4 changed files with 96 additions and 46 deletions

View 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}

View File

@@ -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";