0
PhilWynn created
Hi,
I would like to hide the "maximum password length" setting and change the default setting on this to 0 (no maximum).
Currently the default value is 10. How can I change this so that the host and any created tenant has a default value of 0?
Cheers, Phil
1 Answer(s)
-
0
Hi,
You can define a setting like thi in your AppSettingProvider.cs, see <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/master/src/Abp.Zero.Common/Zero/Configuration/AbpZeroSettingProvider.cs#L117">https://github.com/aspnetboilerplate/as ... er.cs#L117</a>