hi
You can download this project to test.
https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization/src/Acme.BookStore.Web/Pages/Account
I looked at the sample project, it looks exactly the same, but I still get this error
hi
https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
https://community.abp.io/posts/how-to-customize-the-login-page-for-mvc-razor-page-applications-9a40f3cd https://gist.github.com/ebicoglu/ce0f0425bab806d0ee1a87d0073af96b
I'm doing such a development, I'm getting an error in references, what do you think?
hi
You have to override the code from
Volo.Abp.Account.Public.Web.Pages.Account.LoginModel
Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml.cs
Is there a sample project or a document related to this topic?
Because the
LoginModel
handles the login request.Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml.cs
well I will never use myaccountcontroller then when logging in.So when will my login method be used or can I use my own login method while logging in?
hi
The application will not call the
myaccountcontroller
during login.
why?