← Back to Two Factor Authentication Support
Renatio
Hi,
I see that after user login with 2FA, it stays logged in indefinitely.
This piece of code is responsible for this:
$backendForceRemember = (bool) config('cms.backendForceRemember', true);
In October 2.0 there is no config for cms.backendForceRemember
so it is always resolved to true
.
Please fix this in next release.
1-2 of 2