Bruteforce Mitigation
This commit is contained in:
@@ -64,6 +64,13 @@ sudo -u postgres psql -c "CREATE TABLE passwordResetKeys(
|
||||
);
|
||||
" cavecomm
|
||||
|
||||
sudo -u postgres psql -c "CREATE TABLE loginLockOut(
|
||||
email text PRIMARY KEY,
|
||||
attempts int,
|
||||
expiration timestamp
|
||||
);
|
||||
" cavecomm
|
||||
|
||||
sudo -u postgres psql -c "CREATE TABLE aliasRoutes(
|
||||
aliasName text PRIMARY KEY,
|
||||
freelancerID int,
|
||||
|
Reference in New Issue
Block a user