summaryrefslogtreecommitdiffstats
path: root/install/ui/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/login.html')
-rw-r--r--install/ui/login.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/install/ui/login.html b/install/ui/login.html
index d88ee0eeb..9902466a7 100644
--- a/install/ui/login.html
+++ b/install/ui/login.html
@@ -21,12 +21,19 @@
<div id="formwindow">
<h2>Login</h2>
- <div id="error-box" style="display:none">
+
+ <div id="invalid" class="error-box" style="display:none">
<p><strong>Please re-enter your username or password</strong></p>
<p>The password or username you entered is incorrect. Please try again (make sure your caps lock is off).</p>
<p>If the problem persists, contact your administrator.</p>
</div>
+ <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>If the problem persists, contact your administrator.</p>
+ </div>
+
<form id="login">
<ul>
<li>