diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-11-04 13:48:22 -0500 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-11-07 14:18:25 +0100 |
commit | 2eb6414372581655ba04dff7539294c75f84a281 (patch) | |
tree | 78763ef2892732ed384cc422680e1c7f35d63540 /install/ui/test | |
parent | 08137836a3ddce17aa5d383a02d177d35b3df266 (diff) | |
download | freeipa.git-2eb6414372581655ba04dff7539294c75f84a281.tar.gz freeipa.git-2eb6414372581655ba04dff7539294c75f84a281.tar.xz freeipa.git-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 'install/ui/test')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 5ba1ad1f..75f3793d 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -330,6 +330,8 @@ } }, "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", |