summaryrefslogtreecommitdiffstats
path: root/install/ui/reset_password.js
Commit message (Collapse)AuthorAgeFilesLines
* webui: support otp in reset_password.htmlPetr Vobornik2014-06-261-2/+8
| | | | | | https://fedorahosted.org/freeipa/ticket/4262 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: apply PatternFly login theme on reset_password.htmlPetr Vobornik2014-06-101-27/+14
| | | | | | https://fedorahosted.org/freeipa/ticket/4282 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: remove login.htmlPetr Vobornik2014-06-101-1/+0
| | | | | | https://fedorahosted.org/freeipa/ticket/4281 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* Separate reset password pagePetr Vobornik2012-06-211-0/+163
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