0
tugrulkarakaya created
Change PAssword setting for tenants on settign area (forexample 3 mandatory character) create new tenant assign random password and set change password at the next login password ruels does not work at that screen to change the password. but that rules suceessfulyl works on change my password. that rules should work on both screen
4 Answer(s)
-
0
Thanks @tugrulkarakaya
I have created an issue https://github.com/aspnetzero/aspnet-zero-core/issues/1955
-
0
Hi tugrulkarakaya, which version are you on?
-
0
6.0.0.0
-
0
Should be fixed in v6.1.
public async Task<ResetPasswordOutput> ResetPassword(ResetPasswordInput input) { ... await UserManager.InitializeOptionsAsync(AbpSession.TenantId); // This was added CheckErrors(await UserManager.ChangePasswordAsync(user, input.Password)); ... }