Boiler-AutoLogin/options.html

23 lines
914 B
HTML
Raw Permalink Normal View History

2020-02-23 13:40:09 -06:00
<!DOCTYPE html>
<html>
<head>
<script src="options.js"></script>
</head>
<body>
<h2>Settings</h2>
<form id="settings" method="post">
2020-03-30 11:46:03 -05:00
Purdue Login:<br>
<input type="text" name="alias" placeholder="pete123">@purdue.edu<br>
BoilerKey PIN:<br>
<input type="password" name="pin" placeholder="1234"><br>
Duo Mobile Activation Code: (e.g. if your Duo Activation URL is https://m-1b9bef70.duosecurity.com/activate/<strong>LoR3mIP5um</strong>, then the code will be <strong>LoR3mIP5um</strong>).<br>
<input type="text" name="activationCode" placeholder="LoR3mIP5um"><br>
HOTP Secret:<br>
<input type="text" name="key" placeholder="Leave it blank" disabled><br>
HOTP Counter:<br>
<input type="text" name="counter" placeholder="Leave it blank" disabled><br><br>
2020-02-23 13:40:09 -06:00
<input type="submit" value="submit">
</form>
<br><hr>
</body>
</html>