Create userlogin.html

This commit is contained in:
Nasir Hafeez
2020-01-27 11:52:34 +05:00
committed by GitHub
parent 7fa767de1b
commit e789a301ce

23
Aruba iAP/userlogin.html Normal file
View File

@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WiFi Portal</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>Welcome!<br>
Please login to our Wifi service</p>
<form method=POST action="http://securelogin.arubanetworks.com/cgi-bin/login">
Username: <input name=user value="">
Password: <input name=password value="">
<input name=cmd value="authenticate" type="hidden">
<input name=mac value="" type="hidden">
<input name=ip value="" type="hidden">
<input name=essid value="" type="hidden">
<input name=url value="http://www.google.com" type="hidden">
<BR><input type="submit" name="Login" value="login" class="button" />
</form>
</body>
</html>