A SERVICE OF

logo

3-45
Web and MAC Authentication
Customizing Web Authentication HTML Files (Optional)
Figure 18. HTML Code for Retry Login Page Template
<!--
ProCurve Web Authentication Template
retry_login.html
-->
<html>
<head>
<title>Invalid Credentials</title>
<!--
The following line is required to automatically redirect
the user back to the login page.
-->
<meta http-equiv="refresh" content="5;URL=/EWA/index.html">
</head>
<body>
<h1>Invalid Credentials</h1>
<p>Your credentials were not accepted. You have <!- ESI(WAUTHRETRIESLEFTGET,1
-> retries left. Please try again.</p>
</body>
</html>