/*
|
//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
|
*/
|