From 3d43169b2a46f84fc9bf36b87d95bc7b666dafaa Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 25 Mar 2003 11:59:36 +0000 Subject: [PATCH] Reminder message for admin index git-svn-id: file:///svn/phpbb/trunk@3717 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/email/user_remind_inactive.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 phpBB/language/en/email/user_remind_inactive.txt diff --git a/phpBB/language/en/email/user_remind_inactive.txt b/phpBB/language/en/email/user_remind_inactive.txt new file mode 100644 index 0000000000..be0cf3e76b --- /dev/null +++ b/phpBB/language/en/email/user_remind_inactive.txt @@ -0,0 +1,12 @@ +Subject: Inactive account reminder +Charset: iso-8859-1 + +Hello {USERNAME}, + +On {REGISTER_DATE} you registered a new account at "{SITENAME}". So far you have not activated this account, you must do this before you can login. For your convenience the activation link is repeated below. + +{U_ACTIVATE} + +Thank you for registering at "{SITENAME}", we look forward to your participation. + +{EMAIL_SIG} \ No newline at end of file