Alejandro Acuña
2024-10-07 e68f1da78bc96da5410d19e0486446917d263fc6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
    //count fail login attemps
    - [V] if user has a fail login count 
    - [X] blocked if user has more than 3 count 
    - [X] if an blocked user has more than 20 attemps address 
    
    //with time
    - [X] if user has no fail attemps after 15 minutes and total user attemps are less than 3 put user attemps to 0
    - [X] if address has no fail attemps after 12h put total address counter to 0
    
    //email
    - [X] if user is blocked send user notification blocked up;
    - [X] if address is blocked send address notification blocked up
*/