Minimum and maximum password length
The
MinPasswordLength and MaxPasswordLength parameters in
config.xml control the minimum and maximum number of characters
for passwords. For example, if you want all users in your system to have a password
length of at least six characters and a maximum of sixteen, set the following in
config.xml:<param name="MinPasswordLength" value="6"/><param name="MaxPasswordLength" value="16"/>
