Merge branch 'pdo-experimental' of cac2s/tt-rss into master

This commit is contained in:
fox 2019-11-13 09:28:16 +00:00 committed by Gogs
commit 762ff9b9cd
1 changed files with 5 additions and 4 deletions

View File

@ -91,11 +91,12 @@ function bwLimitChange(elem) {
dojoType="dijit.form.TextBox"
class="input input-text"
value="<?php echo $_SESSION["fake_password"] ?>"/>
<?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
<a href="public.php?op=forgotpass"><?php echo __("I forgot my password") ?></a>
<?php } ?>
</fieldset>
<?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
<fieldset class="align-right">
<a href="public.php?op=forgotpass"><?php echo __("I forgot my password") ?></a>
</fieldset>
<?php } ?>
<fieldset>
<label><?php echo __("Profile:") ?></label>