mirror of https://github.com/apache/cloudstack.git
config: don't ask for password twice (temporary fix)
As part of create user and create account auto-generated forms, the passwords are asked twice. This remove that temporarily, as part of \#175 we may revisit this issue in the future GA milestone. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
e39c482368
commit
eb5a9431b8
|
|
@ -53,7 +53,7 @@ export default {
|
|||
icon: 'plus',
|
||||
label: 'label.add.account',
|
||||
listView: true,
|
||||
args: ['username', 'password', 'password', 'email', 'firstname', 'lastname', 'domainid', 'account', 'roleid', 'timezone', 'networkdomain']
|
||||
args: ['username', 'password', 'email', 'firstname', 'lastname', 'domainid', 'account', 'roleid', 'timezone', 'networkdomain']
|
||||
},
|
||||
{
|
||||
api: 'ldapCreateAccount',
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ export default {
|
|||
icon: 'plus',
|
||||
label: 'label.add.user',
|
||||
listView: true,
|
||||
args: ['username', 'password', 'password', 'email', 'firstname', 'lastname', 'timezone', 'account', 'domainid']
|
||||
args: ['username', 'password', 'email', 'firstname', 'lastname', 'timezone', 'account', 'domainid']
|
||||
},
|
||||
{
|
||||
api: 'updateUser',
|
||||
|
|
|
|||
Loading…
Reference in New Issue