mirror of https://github.com/apache/cloudstack.git
bug 12371: cloudstack 3.0 new UI - User page - change password dialog - password field - display asterisks instead of characters.
This commit is contained in:
parent
1bd3549fab
commit
f0cd240bdb
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue