implement account lockout after 3 failed login attempts with 5-minute cooldown period
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE users
|
||||
DROP COLUMN locked_until,
|
||||
DROP COLUMN failed_login_attempts;
|
||||
Reference in New Issue
Block a user