forked from supagusti/onetimepassword
-
Notifications
You must be signed in to change notification settings - Fork 0
/
totp.php
29 lines (27 loc) · 1.16 KB
/
totp.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
// TOTP-FORM
?>
<h1>View Time-based One Time Password</h1>
<p>You can login with your credentials to check the output of the
<a href="https://itunes.apple.com/us/app/google-authenticator/id388497605?mt=8">Google Authenticator App</a> or of
<a href="https://www.hde.co.jp/otp/en/">HDE OTP Generator</a>.</BR>
If you don't have a user/password yet, please use the <a href='signup.php'>signup-form.</a>
</p>
<form action="totp-post.php" method="post" name="loginform">
<table>
<tr>
<td>username</td>
<td><input type="text" maxlength="40" name="username" /></td>
</tr>
<tr>
<td>password</td>
<td><input type="password" maxlength="40" name="password" /></td>
</tr>
</table>
</BR>
<input type="submit" VALUE=" Submit " name="submitbutton"/>
</form>
</BR>
<a href="index.php">Return to main screen</a>
</BR>
<iframe src="http://rcm-de.amazon.de/e/cm?t=supagusti-21&o=3&p=48&l=ur1&category=computer&banner=160GN795Y7B8SC5D9202&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>