Activities of "maliming"

hi

Did you pass the tenant id in the request?

eg

https://docs.abp.io/en/abp/latest/Multi-Tenancy#default-tenant-resolvers

hi

hi

It is currently impossible, unless you/we change all UI code.

hi

If the same username exists in the database of the tenant and the host, which one should we authenticate if we don't konw tenant or host?

hi

You can take look at this https://github.com/abpframework/abp/issues/42#issuecomment-576025862

hi

You can refer this:

https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/PermissionDataSeedContributor.cs#L26

https://docs.abp.io/en/abp/latest/Data-Seeding

hi

The microsoft localization middleware will set CurrentCulture and CurrentUICulture, and abp will use that cultures.

CultureInfo.CurrentCulture;
CultureInfo.CurrentUICulture;

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-5.0

Would it be possible setup a global/tenant culture variable?

You can add a setting that apply tenant side.https://docs.abp.io/en/abp/latest/Settings

hi

https://docs.abp.io/en/abp/latest/Object-Extensions https://docs.abp.io/en/abp/latest/Module-Entity-Extensions

Another problem is that if I can't add properties to RegisterDto, I need to rewrite AccountAppService instead of just the RegisterAsync method.

You can add new method and new Dto.

hi

I think this is related to culture.

hi

You can take a look this https://github.com/abpframework/abp/issues/5589#issuecomment-722084689

Showing 10301 to 10310 of 10644 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20