Activities of "maliming"

hi

There is a property UserSecurityStamp of IdentityUser and SecurityStampValidator.

When the important properties of the user(username, email, password, etc) are changed, this value will change,

You can set SecurityStampValidatorOptions.ValidationInterval Property to 3 second or other values.

hi

I will check it asap.

hi

I don't receive the mail. Can you check?

The date format changed after the language changed.

hi trevor.wilson

. I am wondering if there a way for me to switch an existing dotnet solution to use the app-pro template?

You can only manually create a new app-pro project, and then refer to the new project to replace the open source package with the pro package. Just compare projects.

https://github.com/abpframework/abp/pull/14219

hi

Also, we are you using AutoMaper instead of Volo.Abp.AutoMapper, can I use both?

Volo.Abp.AutoMapper will include AutoMaper .

How about this one? the key is MapExtraProperties.

CreateMap<Tenant, SaasTenantDto>()
    .MapExtraProperties()
    .Ignore(t => t.EditionName)
    .ForMember(
        t => t.HasDefaultConnectionString,
        opt =>
        {
            opt.MapFrom(t =>
                t.FindDefaultConnectionString() != null
            );
        }
    );

If not work for you please share the steps to reproduce the problem.

hi

  1. Yes, You can create a GitHub issue, I will do that in 7.0
  2. You can override the datatables-extensions.js file and make text as a callback.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js

hi

Modules with UI and its own entities which are combined with the main tenant dbcontext (I want one context across all modules)

The context cannot across all modules,

Others can integrate well with the abp framework.

https://docs.abp.io/en/abp/latest/

Showing 8401 to 8410 of 11539 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 December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.