summaryrefslogtreecommitdiff
path: root/templates/password_reminder.tpl
blob: 62f2de8e7c0f698977500b4910e1c9c5e03e1268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{tr}Hi{/tr} {$mail_user},

{tr}Someone from the internet address {$smarty.server.REMOTE_ADDR} requested a reminder of the password for the account{/tr}:
   	{$mail_user}

{if $userPass}
{tr}Your password is: {$userPass}
And you can login at:{/tr} {$smarty.const.USERS_PKG_URI}login.php
{else}
{tr}You may use the following URL to reset your password for this account:{/tr}
{$smarty.const.USERS_PKG_URI}confirm.php?v={$mailUserId}:{$mailProvPass}

{tr}This link will remain active only for the next 3 days or until one of the following occurs:
* The first sucessful use of this link.
* Another password reset request is made.{/tr}
{/if}