User's Manual
Administrator’s Manual
74
2. Upload Logout Page
The system will provide you with the user-defined logout interface, which is similar to
the user login interface.
Figure 5-57
Upload User Logout Interface
The difference resides on that your user-defined user logout interface must include the
following HTML codes to provide users a channel to enter the username and
password.
Figure 5-58 HTML Codes Required for User Logout Interface
<form action="userlogout.shtml" method="post" name="Enter">
<input type="text" name="myusername">
<input type="password" name="mypassword">
<input type="submit" name="submit" value="Logout">