diff --git a/IRaCIS.Core.API/wwwroot/swagger/ui/abp.swagger.js b/IRaCIS.Core.API/wwwroot/swagger/ui/abp.swagger.js index 7c05c38da..8a1ac5dae 100644 --- a/IRaCIS.Core.API/wwwroot/swagger/ui/abp.swagger.js +++ b/IRaCIS.Core.API/wwwroot/swagger/ui/abp.swagger.js @@ -505,8 +505,8 @@ var abp = abp || {}; //Inputs createInput(modalUxContent, 'tenancyName', 'Tenancy Name (Leave empty for Host)'); - createInput(modalUxContent, 'userName', 'Username or email address', 'text', 'cyldev'); - createInput(modalUxContent, 'password', 'Password', 'password', '123456'); + createInput(modalUxContent, 'userName', 'Username or email address', 'text', 'user1wj'); + createInput(modalUxContent, 'password', 'Password', 'password', '1'); createInput(modalUxContent, 'pwdMd5', 'PwdMd5', 'text', ''); createSelect(modalUxContent, 'roleSelect', 'role', [])