1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 08:25:57 +00:00

add basic password recovery thing

This commit is contained in:
Andrew Dolgov
2013-03-22 14:50:02 +04:00
parent 1da5179c5d
commit f43e9e97a5
5 changed files with 140 additions and 12 deletions

View File

@@ -65,6 +65,20 @@
font-size : 12px;
}
a.forgotpass {
text-align : right;
font-size : 11px;
display : inline-block;
}
a {
color : #4684ff;
}
a:hover {
color : black;
}
div.footer a {
color : gray;
}
@@ -179,6 +193,8 @@ function bwLimitChange(elem) {
<input type="password" name="password" required="1"
style="width : 220px" class="input"
value="<?php echo $_SESSION["fake_password"] ?>"/>
<label></label>
<a class='forgotpass' href="public.php?op=forgotpass"><?php echo __("I forgot my password") ?></a>
</div>
<div class="row">