We are using 6.0.6CE and it is not paying attention to the maxfailure lockout value. There is a default password policy in the DB, and maxfailure is set to 3, but it always takes 5 times to lock the account out. We are programmatically setting the password policy using the com.liferay.portal.model.PasswordPolicy class, the admin menu isn't an option for us since in our implementation we have removed it from the interface completely. Is there another setting that controls the lockout?
Please sign in to flag this as inappropriate.