* Added new token type: account_unlock * Added update SQL File * Updated base structure with new token type * Added empty template * Updated user class to send mail on failed passwords * Added unlock account page to use tokens Addresses #670
9 lines
312 B
Smarty
9 lines
312 B
Smarty
<html>
|
|
<body>
|
|
<p>You account has been locked due to too many failed password or PIN attempts. Please follow the URL below to unlock your account.</p>
|
|
<p>http://{$smarty.server.SERVER_NAME}{$smarty.server.PHP_SELF}?page=account&action=unlock&token={nocache}{$DATA.token}{/nocache}</p>
|
|
<br/>
|
|
<br/>
|
|
</body>
|
|
</html>
|