Developer Forum »
Avoid SystemUser to get locked
62 posts

Now and then, users get locked out. It seems like the locked property is set to true after 4 unsuccessful login attemps? Where do I change this? 

120 posts

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

1