fix confrim password registration form to hide password
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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;"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user