How can we set a policy for Litium that it sets a minimum length for the password? I searched the forum and created this setting in my Web.Config:
<passwordPolicy lockoutCount="-1" lockoutSeconds="300" expirePeriodInDays="-1" complexityRule="false" lengthRule="true" requiredLength="10"/>
But the above configuration is not working. I tried set minimum password length to 10 characters.
Litium version: [5.6]