Announcement
Collapse
No announcement yet.
2 Factor Authentication token expiration
Collapse
X
-
Hi Mark,
Auth Token Lifetime parameter defines how long tokens can exist at all.
Auth Token Max Idle Time parameter defines how long since the last access tokens can exist.
Keep in mind that this applies to any authentication in EspoCRM and does not depend on the two-factor authentication settings.
-
okay, so in theory if "Auth Token Max Idle Time (hours)" set to '12' and a user has left a tab with the CRM open on his computer, but has not made any activity, he would automatically be logged out after 12hours right?
Comment
-
is it possible to disable these automatic requests for fetching the notifications?
-
We can't configure the websocket due to permission limitations with our hosting provider. Maybe there is a way to just disable the functionality that makes the automatic requests? It would be okay for us if the notifications and etc. are not being synced automatically in the background
-
-
Add to data/config.php
'notificationsCheckInterval ' => 1000000,
'popupNotificationsCheckInterval' => 1000000,
It's a value in seconds. Maybe it will do the trick.
Last edited by yuri; 03-03-2023, 09:31 AM.
- Likes 1
Comment
Comment