aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-09-25 17:52:54 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-09-25 17:52:54 +0000
commit823397ac0ae4847b817356402d1bc4884d4acbd8 (patch)
treeef137592746f04a686137440e58fedd6be931ece /phpBB/language
parentaa4d9ae285674b2b019cfb94f44241e31bfe4b1b (diff)
downloadforums-823397ac0ae4847b817356402d1bc4884d4acbd8.tar
forums-823397ac0ae4847b817356402d1bc4884d4acbd8.tar.gz
forums-823397ac0ae4847b817356402d1bc4884d4acbd8.tar.bz2
forums-823397ac0ae4847b817356402d1bc4884d4acbd8.tar.xz
forums-823397ac0ae4847b817356402d1bc4884d4acbd8.zip
Renamed and updated
git-svn-id: file:///svn/phpbb/trunk@1078 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/email/activate_english.tpl7
-rwxr-xr-xphpBB/language/email/welcome_english.tpl19
-rwxr-xr-xphpBB/language/email/welcome_inactive_english.tpl18
3 files changed, 0 insertions, 44 deletions
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