summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-11-04 13:48:22 -0500
committerMartin Kosek <mkosek@redhat.com>2011-11-07 14:18:25 +0100
commit2eb6414372581655ba04dff7539294c75f84a281 (patch)
tree78763ef2892732ed384cc422680e1c7f35d63540 /ipalib/plugins/internal.py
parent08137836a3ddce17aa5d383a02d177d35b3df266 (diff)
downloadfreeipa-2eb6414372581655ba04dff7539294c75f84a281.tar.gz
freeipa-2eb6414372581655ba04dff7539294c75f84a281.tar.xz
freeipa-2eb6414372581655ba04dff7539294c75f84a281.zip
Added current password field.
The reset password dialog for user has been modified to provide a field to specify the current password when changing the user's own password. Ticket #2065
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index bd32442bc..ec17d5a8b 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -424,6 +424,8 @@ class i18n_messages(Command):
},
},
"password": {
+ "current_password": _("Current Password"),
+ "current_password_required": _("Current password is required"),
"new_password": _("New Password"),
"password_change_complete": _("Password change complete"),
"password_must_match": _("Passwords must match"),