Hello,
ABP contains a separate Authserver which is why it uses the basic model for authentication (MVC).
For customizing the login page please refer to https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/ or check a similar issue https://github.com/abpframework/abp/issues/15186.
We value your feedback, and we are constantly working on improving the framework.
Thanks
Hello
This feature is not available in 8.2 it is available in 8.3 please update to 8.3 version.
Thanks
Hello,
please check here https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml#L61C11-L61C141 Please let me know what you want to achieve so I can better help you.
Thanks
Hello,
please check https://github.com/abpframework/abp/blob/1863a619f172634b2eb4842f0c241c40a9642c91/docs/en/Modules/OpenIddict.md?plain=1#L425
you can add time as per your requirement.
Thanks,
Hello,
The application you get is the basic template of ABP. For login, Register page the packages of the Identity module, and Account module are installed in your applications. If you want the source code, you need to add those packages as a source code in your application. Please refer https://abp.io/docs/latest/modules/account, https://abp.io/docs/latest/modules/identity
Thanks,
Hello,
Please check if it helps you https://abp.io/docs/commercial/5.3/modules/chat
thanks
Hello,
Please try to delete yarn.lock json
file from Angular project.
Run command: yarn
Run Command: npm start
to run
thanks
Hello,
Thanks for the update. The previous flow was there to customize layouts https://abp.io/docs/8.2/ui-themes/lepton-x/mvc. But for your requirement custom css is only the option. Please close the ticket if your issue is resolved.
regards,
Hello,
Please try following steps
Open CMD anywhere
Run command: yarn cache clear
Go to angular folder -
Remove .angular | node_modules | yarn.lock
files the existing folders
Run command: yarn install
Run command: yarn start
Thanks