Browse Source
- changed `last_login_attempt` value to `Y-m-d H:i:s` from `Y-m-d H:0:0` - changed `last_login_attempt`-check to check every x minute based on config var (`max_login_attempt_per_minutes`) - added optional `last_login_attempt` update on login attempt (`update_last_login_attempt`) - added config var `max_login_attempt_per_minutes` - added config var `update_last_login_attempt` - fixed config var info for `max_login_attempt` (`20` to `10`)develop
2 changed files with 11 additions and 3 deletions
Loading…
Reference in new issue