默认密码修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a2548c4f95
commit
e58b0e5315
|
|
@ -505,8 +505,8 @@ var abp = abp || {};
|
||||||
|
|
||||||
//Inputs
|
//Inputs
|
||||||
createInput(modalUxContent, 'tenancyName', 'Tenancy Name (Leave empty for Host)');
|
createInput(modalUxContent, 'tenancyName', 'Tenancy Name (Leave empty for Host)');
|
||||||
createInput(modalUxContent, 'userName', 'Username or email address', 'text', 'cyldev');
|
createInput(modalUxContent, 'userName', 'Username or email address', 'text', 'user1wj');
|
||||||
createInput(modalUxContent, 'password', 'Password', 'password', '123456');
|
createInput(modalUxContent, 'password', 'Password', 'password', '1');
|
||||||
createInput(modalUxContent, 'pwdMd5', 'PwdMd5', 'text', '');
|
createInput(modalUxContent, 'pwdMd5', 'PwdMd5', 'text', '');
|
||||||
createSelect(modalUxContent, 'roleSelect', 'role', [])
|
createSelect(modalUxContent, 'roleSelect', 'role', [])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue