summaryrefslogtreecommitdiffstats
path: root/application/views/header.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-01-24 22:48:45 +0100
committerFlorian Pritz <bluewind@xinu.at>2013-01-24 22:48:45 +0100
commitf75899e2fb9cded8cc41e9fe26c7f505a7355d9b (patch)
treea5263d2f02748f0454c209ceb750bb228705266d /application/views/header.php
parent7c7eaa5feb44ff93d30a97e8a323680419df3672 (diff)
Add password reset function/pages/links
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/header.php')
-rw-r--r--application/views/header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/header.php b/application/views/header.php
index 2e978bda2..c969f06e1 100644
--- a/application/views/header.php
+++ b/application/views/header.php
@@ -31,6 +31,7 @@ if (is_cli_client() && !isset($force_full_html)) {
<li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">Login <b class="caret"></b></a>
<div class="dropdown-menu" style="padding: 15px;">
+ <p><?php echo anchor("user/reset_password", "Forgot your password?"); ?></p>
<?php echo form_open("user/login"); ?>
<input type="text" name="username" placeholder="Username" class="input-medium">
<input type="password" name="password" placeholder="Password" class="input-medium">