Fix issue where the throttle feature was no longer logging IP addresses.
Fixes #5128
This commit is contained in:
parent
b384954a29
commit
dc400a0e20
|
|
@ -60,6 +60,7 @@ class AuthManager extends RainAuthManager
|
|||
protected function init()
|
||||
{
|
||||
$this->useThrottle = Config::get('auth.throttle.enabled', true);
|
||||
parent::init();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue