Web and MAC Authentication

Customizing Web Authentication HTML Files (Optional)

<!--

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>

Figure 18. HTML Code for Retry Login Page Template

3-45