Using the Configuration Utility (continued)
Tools > Upload Login Page
To provide a custom user login page, please specify the file name to upload onto the
The uploaded custom login page must contain the following HTML codes to provide users a place to input the user name and password.
Required HTML code
<form action=”userlogin.shtml” method=”post” name=”Enter”> <input type=”text” name=”myusername”>
<input type=”password” name=”mypassword”> <input type=”submit” name=”submit” value=”Enter”> <input type=”reset” name=”clear” value=”Clear”> </form>
45