FortiGate Version 3.0 MR4 Administration Guide
140 01-30004-0203-20070102
Replacement messages System Config
• The form must contain the following visible controls:
• <INPUT TYPE="text" NAME="%%USERNAMEID%%" size=25>
• <INPUT TYPE="password" NAME="%%PASSWORDID%%" size=25>
Example
The following is an example of a simple authentication page that meets the
requirements listed above.
<HTML><HEAD><TITLE>Firewall Authentication</TITLE></HEAD>
<BODY><H4>You must authenticate to use this service.</H4>
<FORM ACTION="/" method="post">
<INPUT NAME="%%MAGICID%%" VALUE="%%MAGICVAL%%"
TYPE="hidden">
<TABLE ALIGN="center" BGCOLOR="#00cccc" BORDER="0"
CELLPADDING="15" CELLSPACING="0" WIDTH="320"><TBODY>
<TR><TH>Username:</TH>
<TD><INPUT NAME="%%USERNAMEID%%" SIZE="25" TYPE="text">
</TD></TR>
<TR><TH>Password:</TH>
<TD><INPUT NAME="%%PASSWORDID%%" SIZE="25" TYPE="password">
</TD></TR>
<TR><TD COLSPAN="2" ALIGN="center" BGCOLOR="#00cccc">
<INPUT NAME="%%STATEID%%" VALUE="%%STATEVAL%%"
TYPE="hidden">
<INPUT NAME="%%REDIRID%%" VALUE="%%PROTURI%%" TYPE="hidden">
<INPUT VALUE="Continue" TYPE="submit"> </TD></TR>
</TBODY></TABLE></FORM></BODY></HTML>
Changing the FortiGuard web filtering block override page
The %%OVRD_FORM%% tag provides the form used to initiate an override if
FortiGuard - Web Filtering blocks access to a web page. Do not remove this tag
from the replacement message.
Changing the SSL-VPN login message
The SSL VPN login message presents a web page through which users log in to
the SSL-VPN web portal. The page is linked to FortiGate functionality and you
must construct it according to the following guidelines to ensure that it will work.
• The login page must be an HTML page containing a form with
ACTION="%%SSL_ACT%%" and METHOD="%%SSL_METHOD%%"
• The form must contain the %%SSL_LOGIN%% tag to provide the login form.
• The form must contain the %%SSL_HIDDEN%% tag.
Changing the authentication disclaimer page
The Authentication Disclaimer page, available on some models, makes a
statement about usage policy to which the user must agree before the FortiGate
unit permits access. You enable the disclaimer in the firewall policy. See User
Authentication Disclaimer in “Firewall policy options” on page 219. You should
change only the disclaimer text itself, not the HTML form code.