You can add a BeforeCommit event handler to the Account entity which sets the number of failed logins to 0. This will result in the value never reaching three and lock outs will not occur.
Note that you can only test this in a production environment.