fix confrim password registration form to hide password

This commit is contained in:
2023-11-17 16:58:59 +01:00
parent ae167a764e
commit 718cdf6c89
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
<label for="password">password</label>
<input type="password" name="password" id="password" placeholder="password" required>
<label for="confirmpassword">confirmpassword</label>
<input type="confirmpassword" name="confirmpassword" id="confirmpassword" placeholder="confirmpassword" required>
<input type="password" name="confirmpassword" id="confirmpassword" placeholder="confirmpassword" required>
<p>password must be at least 8 characters long<p>
<br>
<img src=/account/register/captcha_img/{{ imgsrc }} alt="{{ captchahash }}" style="width:200;margin:auto;">