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
This commit is contained in:
Petr Vobornik
2012-06-08 16:38:17 +02:00
parent f298a20d27
commit 1eab43d292
7 changed files with 251 additions and 3 deletions

View File

@@ -159,3 +159,4 @@
+process automember.js
+process webui.js
+process login.js
+process reset_password.js