Thanks. I will download and check it.
👍
hi
I am still unable to reproduce the problem.
Can you share such a project?
Thanks.
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
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.