From 1eab43d29244f6e0b8d6f3146317624715d84af7 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 8 Jun 2012 16:38:17 +0200 Subject: 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 --- install/ui/jsl.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/jsl.conf') diff --git a/install/ui/jsl.conf b/install/ui/jsl.conf index 3eebda4e8..97789b2f0 100644 --- a/install/ui/jsl.conf +++ b/install/ui/jsl.conf @@ -159,3 +159,4 @@ +process automember.js +process webui.js +process login.js ++process reset_password.js -- cgit