mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
1eab43d292
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
77 lines
1.3 KiB
Makefile
77 lines
1.3 KiB
Makefile
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
NULL =
|
|
|
|
SUBDIRS = \
|
|
ext \
|
|
images \
|
|
$(NULL)
|
|
|
|
appdir = $(IPA_DATA_DIR)/ui
|
|
app_DATA = \
|
|
aci.js \
|
|
add.js \
|
|
association.js \
|
|
automember.js \
|
|
automount.js \
|
|
browser.js \
|
|
certificate.js \
|
|
details.js \
|
|
dialog.js \
|
|
dns.js \
|
|
entitle.js \
|
|
entity.js \
|
|
facet.js \
|
|
favicon.ico \
|
|
field.js \
|
|
group.js \
|
|
hbac.js \
|
|
hbactest.js \
|
|
host.js \
|
|
hostgroup.js \
|
|
index.html \
|
|
ipa.css \
|
|
ipa.js \
|
|
jquery-ui.css \
|
|
jquery-ui.js \
|
|
jquery.ba-bbq.js \
|
|
jquery.js \
|
|
jquery.ordered-map.js \
|
|
json2.js \
|
|
login.html \
|
|
login.js \
|
|
logout.html \
|
|
navigation.js \
|
|
net.js \
|
|
netgroup.js \
|
|
overpass_bold-web.eot \
|
|
overpass_bold-web.svg \
|
|
overpass_bold-web.ttf \
|
|
overpass_bold-web.woff \
|
|
overpass_regular-web.eot \
|
|
overpass_regular-web.svg \
|
|
overpass_regular-web.ttf \
|
|
overpass_regular-web.woff \
|
|
policy.js \
|
|
reset_password.js \
|
|
reset_password.html \
|
|
rule.js \
|
|
search.js \
|
|
selinux.js \
|
|
serverconfig.js \
|
|
service.js \
|
|
sudo.js \
|
|
user.js \
|
|
webui.js \
|
|
widget.js \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|
|
$(NULL)
|