Fix issue where the throttle feature was no longer logging IP addresses.

Fixes #5128
This commit is contained in:
Luke Towers 2020-06-18 11:27:53 -06:00
parent b384954a29
commit dc400a0e20
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class AuthManager extends RainAuthManager
protected function init()
{
$this->useThrottle = Config::get('auth.throttle.enabled', true);
parent::init();
}
/**