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 /ipalib/plugins | |
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 'ipalib/plugins')
-rw-r--r-- | ipalib/plugins/internal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index a2d8e98ca..aaa01b7d7 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -474,6 +474,7 @@ class i18n_messages(Command): "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."), |