diff options
Diffstat (limited to 'web/template/login_form.php')
-rw-r--r-- | web/template/login_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/login_form.php b/web/template/login_form.php index d0df370..5cf708d 100644 --- a/web/template/login_form.php +++ b/web/template/login_form.php @@ -25,6 +25,6 @@ else { <input type="submit" class="button" value="<?php print __("Login"); ?>" /> </div> </form> +<a href="passreset.php">[Forgot Password]</a> <?php } ?> </div> - |