0
huntethan89 created
Hi,
How can i set the minimum length of password to 4. Currently i set the MinPlainPasswordLength to 4 in User class which works on client side but when the request is going to server it is giving error that password should be 6 characters minimum.
The error is coming from ChangePasswordAsync method. Please suggest to reduce minimum password length.
Thanks
4 Answer(s)
-
0
Set
AbpZeroSettingNames.UserManagement.PasswordComplexity.RequiredLength
usingISettingManager
. -
0
I tried setting this. but it doesn't work.
-
0
Can you retrieve and check the value?
-
0
This issue is closed because it has not had recent activity for a long time.