bernd commited on 2007-08-09 20:24:45
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@613 87cf0b9e-d624-0410-a070-f6ee81989793
... | ... |
@@ -50,8 +50,8 @@ if ($show == 'password') |
50 | 50 |
output('<h3>Neues Passwort setzen</h3> |
51 | 51 |
<p>Bitte legen Sie jetzt Ihr neues Kunden-Passwort fest.</p> |
52 | 52 |
<form action="" method="post"> |
53 |
- <input type="hidden" name="customerno" value="'.$customerno.'" /> |
|
54 |
- <input type="hidden" name="token" value="'.$token.'" /> |
|
53 |
+ <p style="display: none"><input type="hidden" name="customerno" value="'.$customerno.'" /> |
|
54 |
+ <input type="hidden" name="token" value="'.$token.'" /></p> |
|
55 | 55 |
<p><span class="login_label">Neues Passwort:</span> <input type="password" name="password" size="30" /></p> |
56 | 56 |
<p><span class="login_label">Bestätigung:</span> <input type="password" name="password2" size="30" /></p> |
57 | 57 |
<p><span class="login_label"> </span> <input type="submit" value="Passwort setzen" /></p> |
58 | 58 |