I downloaded and run latest version of .net core and angular project. To run the service, I tried to migrate database using package manage console.
it seems that ran without any errors but there is no data in AbpTenants, AbpUsers and AbpRoles and so on.
I tried to download and just run and migrate db but it's same. Do you have any idea about this situation?
I really need your help :(
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
We are going to implement additional Auth. using our custom table to provide B2C. We will keep using AbpUser for Business user but now we have to provide an additional Auth for Customer. Do you have any related document or idea?
Hello,
I'm testing to return custom format of data to client in few controllers not all. Howevrer, I cannot figure out how I can return custom format of json different with abp guide.
for example,
A method returned, same as your guide,
{ "success": true, "result": {}, "error": null, "targetUrl": null, "unAuthorizedRequest": false, "__abp": true }
but I wanna change method B can returned like below,
{ "code": "1", "message": null, "data": null }
Thanks :)
Could you provide the specification document of APIs & Tables?
I set "AllowOneConcurrentLoginPerUser" to true for not allow the duplicate login. So first token get failed checking after seconde login and client always receive 401 StatusCode, with message "Current user did not login to system". I want to modify 'UserFriendlyException' message like 'A duplicate login has been detected. Your connection to the server has been lost. Access time : 11AM / IP : 192.168.0.1'. How to change response message when duplicate login?