Turning of the functionality to block users

4
Is it possible to disable the functionality that blocks users after (I believe) 3 failed logins?
asked
1 answers
5

You cannot disable this functionality. However, you can add a before commit microflow to the System.User object changing the Blocked attribute back to false.

answered