diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-11 12:15:37 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-11 12:15:37 +0000 |
commit | bb6c0fe235df4d42a514da20e5ff00b20c587d23 (patch) | |
tree | 35bd628cad3432441929fd65948b2d23ad82ea87 /phpBB/language/lang_english/email/user_activate_passwd.tpl | |
parent | 3338a20f09dccef6a88be29d1f35b022e8b435ad (diff) | |
download | forums-bb6c0fe235df4d42a514da20e5ff00b20c587d23.tar forums-bb6c0fe235df4d42a514da20e5ff00b20c587d23.tar.gz forums-bb6c0fe235df4d42a514da20e5ff00b20c587d23.tar.bz2 forums-bb6c0fe235df4d42a514da20e5ff00b20c587d23.tar.xz forums-bb6c0fe235df4d42a514da20e5ff00b20c587d23.zip |
New directory structure
git-svn-id: file:///svn/phpbb/trunk@1169 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english/email/user_activate_passwd.tpl')
-rw-r--r-- | phpBB/language/lang_english/email/user_activate_passwd.tpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/language/lang_english/email/user_activate_passwd.tpl b/phpBB/language/lang_english/email/user_activate_passwd.tpl new file mode 100644 index 0000000000..ac17294829 --- /dev/null +++ b/phpBB/language/lang_english/email/user_activate_passwd.tpl @@ -0,0 +1,15 @@ +Hello {USERNAME} + +You are receiving this email because you have (or someone pretending to be you has) requested a new password be sent for your account on {SITENAME}. If you did not request this email then please ignore it, if you keep receiving it please contact the board administrator. + +To use the new password you need to activate it. To do this click the link provided below. + +{U_ACTIVATE} + +If sucessful you will be able to login using the following password: + +Password: {PASSWORD} + +You can of course change this password yourself via the profile page. If you have any difficulties please contact the board administrator. + +{EMAIL_SIG}
\ No newline at end of file |