Hi, the maximum number of failed login attemps before a user is locked is 10. This number is hardcoded at the moment. (The count is reset after first successful login). If you want to change this, you need to override the OnBeforeUpdate method on a content class that inherits from the built in SystemUser, here you could for instance set the "FailedLogins" property to 0 on every update.
Ole