forked from supagusti/onetimepassword
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qrgen.php
30 lines (27 loc) · 1.17 KB
/
qrgen.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
<?php
// QR Generate-FORM
?>
<h1>Regenerate the QR-Code with otpauth URI</h1>
<p>You can scan the generated QR code with the
<a href="https://itunes.apple.com/us/app/google-authenticator/id388497605?mt=8">Google Authenticator App</a> or with
<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="qrgen-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>