Add missing password check
Formatting
This commit is contained in:
slawkens
2025-09-15 20:04:21 +02:00
parent 29e2484ad5
commit 523210c5b7
8 changed files with 147 additions and 82 deletions

View File

@@ -31,26 +31,26 @@ Set new password and e-mail to your account.<br>
</tr>
<tr>
<td>
<label for="nick">New password:</label>
<label for="password">New password:</label>
</td>
<td>
<input id="passor" type="password" name="passor" value="" size="40">
<input type="password" id="password" name="password" value="" size="40">
</td>
</tr>
<tr>
<td>
<label for="nick">Repeat new password:</label>
<label for="password_repeat">Repeat new password:</label>
</td>
<td>
<input id="passor2" type="password" name="passor" value="" size="40">
<input type="password" id="password_repeat" name="password_repeat" value="" size="40">
</td>
</tr>
<tr>
<td>
<label for="nick">New e-mail address:</label>
<label for="email">New e-mail address:</label>
</td>
<td>
<input id="email" type="text" name="email" value="" size="40">
<input type="text" id="email" name="email" value="" size="40">
</td>
</tr>
</table>