From 2eb6414372581655ba04dff7539294c75f84a281 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 4 Nov 2011 13:48:22 -0500 Subject: 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 --- ipalib/plugins/internal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index bd32442b..ec17d5a8 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"), -- cgit