Activities of "ilhan.ordukaya"

hi

I said:you can override the base methods to add your custom code in CustomLoginModel

Login has nothing to do with AccountController

I want to develop a login with 2FA (Two-Factor Authentication) feature using ABP Community. How can I achieve this using ABP

hi

I said:you can override the base methods to add your custom code in CustomLoginModel

Login has nothing to do with AccountController

I understand

hi

You can override the base methods to add your custom code.

Isn't what you're saying here actually being done?

hi

The AccountController will not call during the login process.

You have to add your custom code to YourLoginModel

How can I define here?

ok. Can you share your project?

liming.ma@volosoft.com

hi maliming

reference problem solved but

I want to use my own override login method to login, as far as I understand, I can't use it or how can I use it?

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?

Showing 1 to 10 of 46 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11