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.
guptas
Staff
Staff
Article Id 196907
Description
This article describes how to change the password when user is logged into captive portal.

Solution

Default configuration is set to disabled.
===============================
# config user password-policy
    edit "PasswordPolicy"
        set expire-days 26
        set warn-days 21
        set expired-password-renewal enable
    next
end
================================
set expire-days 26
set warn-days 21
expire-days                         <----- Time in days before the user's password expires.
warn-days                            <----- Time in days before a password expiration warning message is displayed to the user upon login.
expired-password-renewal    <----- Enable/disable renewal of a password that already is expired.


Contributors