Requirements For The Radius_Login.html And Radius_Login_Fail.html; Html Code And Display Examples Of Login Page; Figure 51. Captive Portal - Login Page Sample - Allied Telesis TQ6000 GEN2 Series Management Software User Manual

Hide thumbs Also See for TQ6000 GEN2 Series:
Table of Contents

Advertisement

TQ6000 GEN2 Access Points User's Guide
144

Requirements for the radius_login.html and radius_login_fail.html

Here is a list of requirements:
You must include a <form> element with the method attribute
specified to "post" and no action attribute.
In the <form> element, you must include an <input> tag with the
name attribute specified to "userid" for a wireless client to enter a
user ID. The <form> element ends at the </form> end tag.
In the <form> element, you must include anther <input> tag with
the name attribute specified to "password" for a wireless client to
enter a password.
In the <form> element, you must include a <button> tag or an
<input> tag with the type attribute specified to "submit" for a
wireless client to submit the data to the RADIUS server.
There is no requirements for a welcome.html

HTML Code and Display Examples of Login Page

The following is an example of HTML code:
<html>
<head>
<title>Web Authentication Page</title>
</head>
<form method="post">
Username: <input type="text" name="userid"><br>
Password: <input type="password"
name="password"><br>
<input type="submit" value="Connect"></input>
</form>
</html>
Figure 51 shows its web page displayed in a web browser.

Figure 51. Captive Portal - Login Page Sample

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tq6702 gen2Tqm6702 gen2Tq6602 gen2Tqm6602 gen2

Table of Contents