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.
ssanga
Staff & Editor
Staff & Editor
Article Id 418472
Description This article describes an issue where an administrator fails to log in to the GUI using either local or remote user accounts after upgrading to firmware version 7.6.4, when the post-login banner is enabled.
Scope FortiGate v7.6.4.
Solution

After upgrading to version 7.6.4, administrators are unable to log in to the GUI using either local or remote user accounts. After entering valid credentials, the GUI displays an authentication failure message.

AuthFailure.png


This issue is triggered only when the post-login banner is enabled. Logging in through the CLI continues to work normally, even when the post-login banner is enabled.

This issue has been resolved in:

 

These timelines for firmware release are estimated and may be subject to change.

Workaround:

Disable the post-login banner using the following CLI commands:

 

  1. Verify current setting:

 

get system global | grep post-login


2. Disable banner:

   

config system global

    set post-login-banner disable

end


3. Confirm the change:

 

get system global | grep post-login