Activities of "maliming"


services.ConfigureApplicationCookie(options =>
{
    options.AccessDeniedPath = "/MyAccessDenied";
});

how can overide the existing Account/AccessDenied page?

https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-page https://community.abp.io/articles/how-to-customize-the-login-page-for-mvc-razor-page-applications-9a40f3cd https://support.abp.io/QA/Questions/240/How-to-customize-the-login-page

https://zoom.us/j/95101853668?pwd=QkMwblFMOVdBd1JKUXdQMzNOK2tDQT09

selinkoykiran

Can i check it via ZOOM? liming.ma@volosoft.com

hi

I believe that the problem can be seen remotely, but I need a project to understand and solve, can you use a template project to show your problem?

Answer

it gives a 500 error.

Can you share the error logs?

hi ChetanKumbhar

Can you share a simple project to reproduce your problem? liming.ma@volosoft.com

Answer

hi serdar.genc@talentra.net

How many permissions does your app have? You can resolve it by configure FormOptions. I will check and fix it.

Configure<FormOptions>(options =>
{
    options.ValueCountLimit = 1024 * 2;
    //options.
});

The fix PR https://github.com/abpframework/abp/pull/8810

How do i find triggered method or event on user email id or role changed on abp user profile ?

You should consider PublishAsync the event yourself.

How do i restrict user from changing email ?

You can override the ProfileAppService of the identity pro module, which currently change user info.

You can depend on these module in HttpApi.Host project.

Showing 10501 to 10510 of 11101 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 07, 2025, 08:20