summaryrefslogtreecommitdiff
path: root/include/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-22 14:50:02 +0400
committerAndrew Dolgov <[email protected]>2013-03-22 14:50:02 +0400
commitf43e9e97a53a0ff85e728c477e72ceaa98d3415d (patch)
tree671199b15bd1c870dea4f9e7f076bde7ba6a3742 /include/login_form.php
parent1da5179c5df7eed1fd14b4cee70dd2703679995c (diff)
add basic password recovery thing
Diffstat (limited to 'include/login_form.php')
-rw-r--r--include/login_form.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/login_form.php b/include/login_form.php
index 68df544e3..af451239d 100644
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -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">