Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
This commit is contained in:
commit
cc0e24ba90
|
@ -188,7 +188,6 @@ function bwLimitChange(elem) {
|
||||||
value="<?php echo $_SESSION["fake_login"] ?>" />
|
value="<?php echo $_SESSION["fake_login"] ?>" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<label><?php echo __("Password:") ?></label>
|
<label><?php echo __("Password:") ?></label>
|
||||||
|
@ -196,10 +195,11 @@ function bwLimitChange(elem) {
|
||||||
style="width : 220px" class="input"
|
style="width : 220px" class="input"
|
||||||
value="<?php echo $_SESSION["fake_password"] ?>"/>
|
value="<?php echo $_SESSION["fake_password"] ?>"/>
|
||||||
<label></label>
|
<label></label>
|
||||||
|
<?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
|
||||||
<a class='forgotpass' href="public.php?op=forgotpass"><?php echo __("I forgot my password") ?></a>
|
<a class='forgotpass' href="public.php?op=forgotpass"><?php echo __("I forgot my password") ?></a>
|
||||||
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php } ?>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<label><?php echo __("Profile:") ?></label>
|
<label><?php echo __("Profile:") ?></label>
|
||||||
|
|
Loading…
Reference in New Issue