From 5b7084aeb587cd06dcfae8ab6fa3b175e6704138 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 26 Jun 2012 16:19:58 +0200 Subject: 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 --- install/ui/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/index.html') diff --git a/install/ui/index.html b/install/ui/index.html index 653704b7b..33c0923c1 100644 --- a/install/ui/index.html +++ b/install/ui/index.html @@ -70,6 +70,7 @@ + Logged in as: user@FREEIPA.ORG -- cgit