Replies: 2 comments 6 replies
-
Hello @mshannaq , In this regard, you should first note that Shield is a Authentication and Authorization package. The issue you raised seems to be outside the scope of this package. I invite you to read discussion number #180 . The consensus in this issue was to have a filter for failed attempts, which is now available as auth-rates. Overall, my personal opinion is that this great feature should be out of the Shield. However, see what others are saying. |
Beta Was this translation helpful? Give feedback.
-
@kenjis Yes you are sure if the account locked one user will be locked and the system works. But imagin that the system has one super user only and it is locked. So the whole admin backend will be locked. And if it has botnet attack it can be locked for long and this will interrupt the admin. So immediately unlock locked account by do some challenges is the best on my opinion. For example if 15 invalid try then lock the account until he verify 2fa send to email or something like that and if made it will be unlock the account immediately without need to wait for time. |
Beta Was this translation helpful? Give feedback.
-
Hello
I am thinking of a new feature that shows captcha in login form after few of invalid login to account.
Example scenario:
Some one visit login page
he entered invalid login information for X number
shield check the config to see if he entered invalid for N times
if X > N then the next login form will contains captcha (e.g google reCaptcha) to make the form more hard.
and if reCaptcha shown in the form the user must validate it even if he enter a valid password.
The benefits from not showing the captcha at the beginning is to make the login form easy to use.
and the benefits from showing the captcha after N invalid logins it to make sure that the from is not used by a bot and make it hard to break any password.
Beta Was this translation helpful? Give feedback.
All reactions