-
Notifications
You must be signed in to change notification settings - Fork 6
/
totp.php
40 lines (38 loc) · 1.52 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
30
31
32
33
34
35
36
37
38
39
40
<?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>
<br>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- SACM_BANNER -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-6013764072977718"
data-ad-slot="8698551187"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<br>