Compare commits
No commits in common. "718cdf6c89bd359db4ea2674caa0abc7c8697e10" and "74355883639a812c3cfd40fbc45c1af6b70e2c3c" have entirely different histories.
718cdf6c89
...
7435588363
@ -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.2
|
||||
Version: 1.0.0
|
||||
|
@ -17,8 +17,8 @@
|
||||
<input type="text" name="username" id="username" placeholder="username" required>
|
||||
<label for="password">password</label>
|
||||
<input type="password" name="password" id="password" placeholder="password" required>
|
||||
<label for="confirmpassword">confirmpassword</label>
|
||||
<input type="password" name="confirmpassword" id="confirmpassword" placeholder="confirmpassword" required>
|
||||
<label for="confirmpassword">password</label>
|
||||
<input type="confirmpassword" 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;">
|
||||
|
Loading…
x
Reference in New Issue
Block a user