summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-19 10:00:00 +0400
committerAndrew Dolgov <[email protected]>2013-05-19 10:00:00 +0400
commitcc0e24ba90e788dd6f8546d6e2570fcd3666e54b (patch)
treed3b9fa5ffdcd144cfcd9c288f322d9ec3ca3c8b4 /include
parent7711086b9ac137094edd8cdc1ffa3d8ebb0e37ec (diff)
parent1c286b520fed2f9ac9c9bd13c82525d64c044200 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'include')
-rw-r--r--include/login_form.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/login_form.php b/include/login_form.php
index b7dae1016..ba31615ea 100644
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -188,7 +188,6 @@ function bwLimitChange(elem) {
value="<?php echo $_SESSION["fake_login"] ?>" />
</div>
- <?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
<div class="row">
<label><?php echo __("Password:") ?></label>
@@ -196,10 +195,11 @@ function bwLimitChange(elem) {
style="width : 220px" class="input"
value="<?php echo $_SESSION["fake_password"] ?>"/>
<label></label>
+ <?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
<a class='forgotpass' href="public.php?op=forgotpass"><?php echo __("I forgot my password") ?></a>
+ <?php } ?>
</div>
- <?php } ?>
<div class="row">
<label><?php echo __("Profile:") ?></label>