summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-06-26 16:19:58 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-06-29 11:55:53 +0200
commit5b7084aeb587cd06dcfae8ab6fa3b175e6704138 (patch)
tree1d5cda11ef2d773a947d4e2cf815c9513f371807 /install/ui/ipa.css
parenta6ff85f425d5c38dd89fcd8999e0d62eadb969a1 (diff)
downloadfreeipa-5b7084aeb587cd06dcfae8ab6fa3b175e6704138.tar.gz
freeipa-5b7084aeb587cd06dcfae8ab6fa3b175e6704138.tar.xz
freeipa-5b7084aeb587cd06dcfae8ab6fa3b175e6704138.zip
Web UI password is going to expire in n days notification
This patch adds pending password expiration notification support to Web UI. When user's password is going to expire in less or equal than configure days a bold red text 'Your password expires in N days.' and a link 'Reset your password' are shown in Web UI's header (on the left next to 'Logged in as...'). Clicking on 'Reset your password link' opens IPA.user_password_dialog. Successful reset of own password will reload user's information (whoami) and update header (it will most likely hide the warning and link). https://fedorahosted.org/freeipa/ticket/2625
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index c0cec89a4..dac345ac3 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -240,6 +240,18 @@ body {
border: 0;
}
+/* ---- Password expiration */
+
+.header-passwordexpires {
+ margin-right: 30px;
+ color: red;
+ font-weight: bold;
+}
+
+.header-passwordexpires a {
+ font-weight: bold;
+}
+
/* ---- Logged-in As ---- */
.header-right {
float: right;