FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
carabhavi
Staff
Staff
Article Id 190638
Description
This article describes how to increase email Token expiry time via CLI.
In some cases due to delays in email, users cannot log-in due to Token code expiry.


Solution
Use the following command:
# config system global
    set two-factor-email-expiry 300
    set remoteauthtimeout  300
end
'remoteauthtimeout' command will override the two-factor-email-expiry so increase both timers.
Mentioned value is in seconds.


Contributors