fix confrim password registration form to hide password

This commit is contained in:
fram3d 2023-11-17 16:58:59 +01:00
parent ae167a764e
commit 718cdf6c89
Signed by: fram3d
GPG Key ID: 938920E709EEA32A
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ Depends: python3-flask, python3-ldap3, gunicorn
Homepage: https://gitea.dmz.rs/fram3d/luser
Maintainer: fram3d <fram3d@dmz.rs>
Description: Web app that allows users to add,remove and change passwords in LDAP system
Version: 1.0.0
Version: 1.0.2

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;">