From f0cd240bdb584d77961807b9a17fb0ea2e23d0c9 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 4 Jan 2012 10:31:41 -0800 Subject: [PATCH] bug 12371: cloudstack 3.0 new UI - User page - change password dialog - password field - display asterisks instead of characters. --- ui/scripts/accounts.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index 33ee6b77d82..b850c586a3c 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -852,7 +852,11 @@ createForm: { label: 'Change password', fields: { - newPassword: { label: 'New password' } + newPassword: { + label: 'New password', + isPassword: true, + validation: { required: true } + } } }, action: function(args) {