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/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/Makefile.am') diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am index e4256de91..ea3a20295 100644 --- a/install/ui/Makefile.am +++ b/install/ui/Makefile.am @@ -53,6 +53,8 @@ app_DATA = \ overpass_regular-web.ttf \ overpass_regular-web.woff \ policy.js \ + reset_password.js \ + reset_password.html \ rule.js \ search.js \ selinux.js \ -- cgit