From 823397ac0ae4847b817356402d1bc4884d4acbd8 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 25 Sep 2001 17:52:54 +0000 Subject: [PATCH] Renamed and updated git-svn-id: file:///svn/phpbb/trunk@1078 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/email/activate_english.tpl | 7 ------- phpBB/language/email/welcome_english.tpl | 19 ------------------- .../email/welcome_inactive_english.tpl | 18 ------------------ 3 files changed, 44 deletions(-) delete mode 100755 phpBB/language/email/activate_english.tpl delete mode 100755 phpBB/language/email/welcome_english.tpl delete mode 100755 phpBB/language/email/welcome_inactive_english.tpl diff --git a/phpBB/language/email/activate_english.tpl b/phpBB/language/email/activate_english.tpl deleted file mode 100755 index 5d9457814e..0000000000 --- a/phpBB/language/email/activate_english.tpl +++ /dev/null @@ -1,7 +0,0 @@ -Hello {USERNAME}, - -Your account on {SITENAME} has been deactivated, most likely due to changes made to your profile. In order to reactivate your account you must click on the link below: - -{U_ACTIVATE} - -{EMAIL_SIG} \ No newline at end of file diff --git a/phpBB/language/email/welcome_english.tpl b/phpBB/language/email/welcome_english.tpl deleted file mode 100755 index 8542fb45c4..0000000000 --- a/phpBB/language/email/welcome_english.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{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} - - diff --git a/phpBB/language/email/welcome_inactive_english.tpl b/phpBB/language/email/welcome_inactive_english.tpl deleted file mode 100755 index 81e4d41c12..0000000000 --- a/phpBB/language/email/welcome_inactive_english.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{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: - -{U_ACTIVATE} - -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} \ No newline at end of file