Activities of "maliming"

hi

I mean, can you add some code to insert organizations to show the problem?

Thanks.

hi

The SQL script doesn't reproduce the problem.

Can you try to add your test organizations by code?

Thanks.

hi

Can you share some code to seed organzation data? Then reproduce it?

Thanks.

hi

The solution:

hi

I will check and fix this.

Thanks.

hi

The SetPassword of the Saas module will send a distributed message, and the Identity module will handle the message and then try to change the password.

You can override the SetPasswordAsync of TenantAppService to change the logic.


ASP.NET Core Identity will not check if the password is the same when changing it.

You can add a custom IPasswordValidator to implement this feature.

https://andrewlock.net/creating-custom-password-validators-for-asp-net-core-identity-2/

Thanks.

hi

Can you share the full logs.txt file of this error?

liming.ma@volosoft.com

Thanks

hi

Have you selected the Force password change when updating the username?

If you do not select it, and you want to force the user to change their password after their username has changed.

You can override the UpdateUserByInput method of IdentityUserAppService to call user.SetShouldChangePasswordOnNextLogin(true); if the username has changed.

Thanks

hi

What is your project abp package version?

Can you test the same case in a new and latest project?

Can you set a breakpoint to your IDistributedEventHandler<TenantCreatedEto> handler in your project?

Check the parameters of MigrateAndSeedForTenantAsync to see adminEmail

Thanks.

hi

The Account layout is Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX/Themes/LeptonX/Layouts/Account/Default.cshtml

Showing 281 to 290 of 11100 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 04, 2025, 06:41