summaryrefslogtreecommitdiffstats
path: root/install/ui/login.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-06-08 16:38:17 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-06-21 12:46:59 +0200
commit1eab43d29244f6e0b8d6f3146317624715d84af7 (patch)
tree3c5d8a1c981d569e92b439684a53409ab3d5acbd /install/ui/login.html
parentf298a20d27701cf617c5b146a2d22c9c94d85bc3 (diff)
downloadfreeipa-1eab43d29244f6e0b8d6f3146317624715d84af7.tar.gz
freeipa-1eab43d29244f6e0b8d6f3146317624715d84af7.tar.xz
freeipa-1eab43d29244f6e0b8d6f3146317624715d84af7.zip
Separate reset password page
This patch adds separate reset password page. It is a complement to separate login page. It differentiate from reset password capabilities in Web UI's anauthorized dialog by not performing login. This is useful for users who wants only to reset the password and not to use Web UI. And also for users who are using the separate login page. https://fedorahosted.org/freeipa/ticket/2755
Diffstat (limited to 'install/ui/login.html')
-rw-r--r--install/ui/login.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/ui/login.html b/install/ui/login.html
index 9902466a7..69e3dea7f 100644
--- a/install/ui/login.html
+++ b/install/ui/login.html
@@ -30,7 +30,7 @@
<div id="expired" class="error-box" style="display:none">
<p><strong>Password expired</strong></p>
- <p>Please run kinit to reset the password and then try to login again.</p>
+ <p>Please <a href="reset_password.html">reset the password</a> and then try to login again.</p>
<p>If the problem persists, contact your administrator.</p>
</div>
@@ -52,7 +52,6 @@
</form>
</div>
</div>
-
</body>
</html>