summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-05-03 10:48:23 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-06-04 10:45:07 +0200
commitea5ae4b1cf1aa912ca4b88a7f2dbb59594b28cdb (patch)
tree939e7599207e72a59f531c0a8cb4304f341b73cb /install/ui/test/data
parent890151dca823cd06b2d6980e2b255c218a16e6a1 (diff)
downloadfreeipa-ea5ae4b1cf1aa912ca4b88a7f2dbb59594b28cdb.tar.gz
freeipa-ea5ae4b1cf1aa912ca4b88a7f2dbb59594b28cdb.tar.xz
freeipa-ea5ae4b1cf1aa912ca4b88a7f2dbb59594b28cdb.zip
User password widget modified.
Currently the user password is shown as follows in the details page: Password: Reset Password This is inconsistent with the rest of the page because the 'Reset Password' is an action, not the value of the password. Now password is shown as follows: Password: ******* (if set) Password: (if not set) Reset password link was removed as well the dialog for reset password was removed from password widget. The dialog was moved to its own object and can be now showed independently. An action for showing this dialog should be created. https://fedorahosted.org/freeipa/ticket/2248
Diffstat (limited to 'install/ui/test/data')
-rw-r--r--install/ui/test/data/ipa_init.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 7ceda5703..01201f69e 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -425,6 +425,7 @@
"current_password": "Current Password",
"current_password_required": "Current password is required",
"new_password": "New Password",
+ "new_password_required": "New password is required",
"password_change_complete": "Password change complete",
"password_must_match": "Passwords must match",
"reset_password": "Reset Password",