A SERVICE OF

logo

3-42
Web and MAC Authentication
Customizing Web Authentication HTML Files (Optional)
Figure 14. HTML Code for Invalid Credentials Page Template
<!--
ProCurve Web Authentication Template
reject_unauthvlan.html
-->
<html>
<head>
<title>Invalid Credentials</title>
<!-- The following line is required to automatically redirect -->
<meta http-equiv="refresh"content="<!- ESI(WAUTHREDIRECTTIMEGET, 1) ->;URL=<!
ESI(WAUTHREDIRECTURLGET, 1) ->"/>
</head>
<body>
<h1>Invalid Credentials</h1>
<p>Your credentials were not accepted. However, you have been granted gues
account status. Please wait <!- ESI(WAUTHREDIRECTTIMEGET, 1) -> seconds while networ
connection refreshes itself.</p>
</body>
</html>