diff options
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/internal.py | 2 |
1 files changed, 2 insertions, 0 deletions
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"), |