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()
|
protected function init()
|
||||||
{
|
{
|
||||||
$this->useThrottle = Config::get('auth.throttle.enabled', true);
|
$this->useThrottle = Config::get('auth.throttle.enabled', true);
|
||||||
|
parent::init();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue