Hello @MDuBose ,
In SQL FBA DB, in the asp_membership table that has an IsLockedOut column(boolean type). You need to set the column value to false. Then the user will be unlocked.
Thanks,
Echo Du
=============================
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hi @MDuBose ,
According to my research, unlock user through SQL Server is currently the best solution.
Have a nice day!
Thanks,
Echo Du
Thanks @Echo Du_MSFT ,
What is the default max password attempts before a user is locked out?
Hi @MDuBose ,
Thanks for your reply.
The default is 5 .
Navigate to “C:\Windows\Microsoft.Net\Framework64\v4.0.30319\Config” and open “machine.config”.
In the <membership><providers> section:
maxInvalidPasswordAttempts:The number of times in a row that a user can enter an invalid password, within the passwordAttemptWindow, before the user’s account is locked out. Defaults to 5.
Thanks,
Echo Du
Sign in to comment