From 7b197d8b203e66783a4eafdd5e27c4ce65e2d5a7 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 17 Dec 2015 15:49:54 +0100 Subject: [PATCH] Add forgotten password link to Gamma, fix forgottenpassword page --- Changelog | 2 ++ .../templates/frontend/forgottenpassword.tpl | 18 +++++++++--------- www/themes/Gamma/templates/frontend/login.tpl | 1 + 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Changelog b/Changelog index 37c4e465e..099e4d22b 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2015-12-17 DariusIII + Fix: Add forgotten password link to Gamma, fix forgottenpassword page 2015-12-16 DariusIII Upd: Update the newznab/db/populate/AniDB class. Add: Add full XXX movie view to all the templates diff --git a/www/themes/Gamma/templates/frontend/forgottenpassword.tpl b/www/themes/Gamma/templates/frontend/forgottenpassword.tpl index 5cee255d3..fd596e4f0 100755 --- a/www/themes/Gamma/templates/frontend/forgottenpassword.tpl +++ b/www/themes/Gamma/templates/frontend/forgottenpassword.tpl @@ -1,27 +1,27 @@ -
+">

{$page->title}

Please enter the email address you used to register and we will send an email to reset your password. If you cannot remember your email, or no longer have access to it, please contact us.

- - {if $confirmed == '' && $sent == ''} - + + {if isset($confirmed) && $confirmed == '' && isset($sent) && $sent == ''} +

- {if $error != ''} + {if isset($error) && $error != ''}

Error!

@@ -45,6 +45,6 @@ border: 1px solid #e1e1e8;

Success!

Your password has been reset and sent to you in an email.
- {/if} - + {/if} + diff --git a/www/themes/Gamma/templates/frontend/login.tpl b/www/themes/Gamma/templates/frontend/login.tpl index 5ce90717f..4ac702af2 100755 --- a/www/themes/Gamma/templates/frontend/login.tpl +++ b/www/themes/Gamma/templates/frontend/login.tpl @@ -17,6 +17,7 @@
Remember me +

{$page->smarty->fetch('captcha.tpl')}