Technical Tip: Unable to login to the FortiAuthenticator from GUI
| Description | This article describes how to fix the FortiAuthenticator error: 'Please enter correct credentials. 'Note that password is case-sensitive'. Authentication is working fine and the admin user can log in from CLI. |
| Scope | FortiAuthenticator. |
| Solution | Log in to CLI and apply the following command:
diagnose web restart
This command will restart the FortiAuthenticator web services.
Alternatively, verify if the HTTP-gui and HTTPS-GUI are enabled from the SSH/CLI:
config system interface
Verify that all hosts/domain names are permitted over system-global:
config system global
For High Availability:
config system ha set mgmt-ip x.x.x.x/y.y.y.y set mgmt-access http-gui https-gui end
Log in to the FortiAuthenticator using 'https://<FortiAuthenticator IP>'.
Verify if traffic is coming into the HTTPS-enabled interface: SSH or console to FortiAuthenticator, then run:
execute tcpdump -i <portX> host <FortiAuthenticator interface ip> and port 443
If it is still not possible to log in from GUI, try to Troubleshooting Tip: Download Debug Report Summary from FortiAuthenticator via GUI or via CLI with TFTP/FTP (only for v6.3.0 and above) and open a support case.
The FortiAuthenticator web server might have crashed due to a large number of login attempts and a lack of memory. |