diff options
| author | Endi Sukma Dewata <edewata@redhat.com> | 2012-01-31 13:41:28 -0600 |
|---|---|---|
| committer | Petr VobornÃk <pvoborni@redhat.com> | 2012-02-01 15:51:50 +0100 |
| commit | b73fc6e550fed9a1b6d83a03fa16f43b361ec8aa (patch) | |
| tree | b6689c9c2d1993db34ec319a7bf579afbbfb62f7 /install/ui/test/bin | |
| parent | 77f0e9aba5282679754029220538b12480316ca8 (diff) | |
| download | freeipa-b73fc6e550fed9a1b6d83a03fa16f43b361ec8aa.tar.gz freeipa-b73fc6e550fed9a1b6d83a03fa16f43b361ec8aa.tar.xz freeipa-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/bin')
| -rwxr-xr-x | install/ui/test/bin/update_ipa_init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/bin/update_ipa_init.sh b/install/ui/test/bin/update_ipa_init.sh index 26cbc9679..11cd03749 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 :\ |
