summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-01-31 13:41:28 -0600
committerPetr Voborník <pvoborni@redhat.com>2012-02-01 15:51:50 +0100
commitb73fc6e550fed9a1b6d83a03fa16f43b361ec8aa (patch)
treeb6689c9c2d1993db34ec319a7bf579afbbfb62f7 /install/ui/test
parent77f0e9aba5282679754029220538b12480316ca8 (diff)
downloadfreeipa.git-b73fc6e550fed9a1b6d83a03fa16f43b361ec8aa.tar.gz
freeipa.git-b73fc6e550fed9a1b6d83a03fa16f43b361ec8aa.tar.xz
freeipa.git-b73fc6e550fed9a1b6d83a03fa16f43b361ec8aa.zip
Show password expiration date.
The user details page was modified to show the password expiration date next to the existing password field. Fixed problem resetting password in self-service mode. The JSON interface for the passwd command requires the username to be specified although the equivalent CLI command doesn't require it. Ticket #2064
Diffstat (limited to 'install/ui/test')
-rwxr-xr-xinstall/ui/test/bin/update_ipa_init.sh1
-rw-r--r--install/ui/test/data/ipa_init.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/test/bin/update_ipa_init.sh b/install/ui/test/bin/update_ipa_init.sh
index 26cbc967..11cd0374 100755
--- a/install/ui/test/bin/update_ipa_init.sh
+++ b/install/ui/test/bin/update_ipa_init.sh
@@ -43,6 +43,7 @@ json="{
curl -v\
-H "Content-Type: application/json"\
-H "Accept: applicaton/json"\
+ -H "Referer: https://`hostname`/ipa/xml"\
--negotiate\
--delegation always\
-u :\
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 0f6667fa..fc8ec06b 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -335,6 +335,7 @@
"contact": "Contact Settings",
"employee": "Employee Information",
"error_changing_status": "Error changing account status",
+ "krbpasswordexpiration": "Password expiration",
"mailing": "Mailing Address",
"misc": "Misc. Information",
"status_confirmation": "Are you sure you want to ${action} the user?<br/>The change will take effect immediately.",