Solved
Edit Disclaimer access banner
Okay I see what they are saying below about the Disclaimer access banner, but is there a way to edit the banner to what I want it to say? Disclaimer access banner Optionally, the FortiGate unit can present a warning statement to administrators before or after login authentication. The administrator must accept the statement to continue. Logs record response to the disclaimer at each logon. The default pre-login and post-login banner messages contain the same text: This is a private computer system. Unauthorized access or use is prohibited and subject to prosecution and/or disciplinary action. All use of this system constitutes consent to monitoring at all times and users are not entitled to any expectation of privacy. If monitoring reveals possible evidence of violation of criminal statutes, this evidence and any other related information, including identification information about the user, may be provided to law enforcement officials. If monitoring reveals violations of security regulations or unauthorized use, employees who violate security regulations or make unauthorized use of this system are subject to appropriate disciplinary action. By default, neither disclaimer is enabled. You can enable the disclaimer banners in the CLI like this: config system global set pre-login-banner enable set post-login-banner enable end Similarly, you can disable the disclaimer banners as follows: config system global set pre-login-banner disable set post-login-banner disable end
