Password length checked

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2023-09-03 22:05:53 +01:00
parent 5be10a57f5
commit ddd4163600

View file

@ -11,7 +11,7 @@
<label for="user">Username</label>
<input type="text" id="user" name="user"/> <br/>
<label for="pass">Password</label>
<input type="password" id="pass" name="pass"/> <br/>
<input type="password" id="pass" name="pass" minlength="8" maxlength="254"/> <br/>
<label for="confirm">Confirm</label>
<input type="password" id="confirm" name="confirm"/>
<input type="Submit" value="Submit"/>