diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-04-12 19:33:38 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-04-12 19:33:38 -0400 |
| commit | 3532ad23553572ef91a9f079eadc6b7454f0cd3a (patch) | |
| tree | 9436ee675528ee663c63a3d0546fb7cce34a7e6d /inc/forgot.tpl | |
| parent | 36acfe536ada307ba028e8de99ae12905642e5fa (diff) | |
| download | bulletin-3532ad23553572ef91a9f079eadc6b7454f0cd3a.tar.gz | |
Improved password recovery mechanism
Diffstat (limited to 'inc/forgot.tpl')
| -rw-r--r-- | inc/forgot.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/forgot.tpl b/inc/forgot.tpl index 4c4ed4d..38e109f 100644 --- a/inc/forgot.tpl +++ b/inc/forgot.tpl @@ -2,7 +2,7 @@ <html> <head> <meta charset="UTF-8" /> - <title>Recover Your Bulletin Account</title> + <title>Your New Bulletin Password</title> </head> <body> <div id="head" style="text-align: center; width: 100%; height: 110px; border-bottom: 1px solid #dddddd;"> @@ -13,11 +13,12 @@ <div style="width: 450px; display: table; margin: 1em auto;"> <div style="font-family: sans-serif; font-size: 12pt; text-align: center; margin: 15px -15px; width: 100%; display: block;"> <p style="width: 100%;">We're sorry you've lost access to your account!</p> - <p style="width: 100%;">To log in and change your password, <a style="color: #fb4d00;" href="[config:base_url]forgot.php?[tpl:vars]">click here</a>.</p> + <p style="width: 100%;">To make the recovery process easier, we've generated a new password for you. You can now log in with the password: [tpl:newpass]</p> </div> </div> <div style="width: 450px; height: 1px; margin: auto; background: #dddddd;"></div> <p style="margin-top: 2em; text-align: center; font-family: sans-serif; font-size: 12pt; color: #aaaaaa;">Welcome back to Bulletin!</p> +[config:eml_footer] <p style="color: #dddddd; margin: 4em auto auto auto; text-align: center; font-size: x-small; font-family: sans-serif;">Copyright © 2016 Bulletin Team</p> </body> </html> |
