summaryrefslogtreecommitdiffstats
path: root/install/ui/reset_password.html
Commit message (Collapse)AuthorAgeFilesLines
* Move of Web UI non AMD dep. libs to libs subdirectoryPetr Vobornik2013-01-181-2/+1
| | | | | | | Third party JS libraries which are not AMD modules were moved to src/libs/ directory. Links in html files were changed accordingly. https://fedorahosted.org/freeipa/ticket/112
* Separate reset password pagePetr Vobornik2012-06-211-0/+66
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