core
core copied to clipboard
[ZAuth/Users] Add login throttling
| Q | A |
|---|---|
| Zikula Version | 3.1.0 |
| PHP Version | 7.2.5? |
| Requires | Symfony 5.2 |
Summary
Add login throttling similar to how Symfony has added to their own login methods https://github.com/symfony/symfony/commit/237d91f3b2df68a27e6bd77efbdf141da95e2b87
Requires Symfony 5.2
https://symfony.com/blog/new-in-symfony-5-2-login-throttling
Because the rate limiter is marked experimental in Symfony 5.2, I am postponing this ticket until the feature is no longer experimental.
The code diff link I posted above has changed multiple times since the original commit.