Password length checked
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
5be10a57f5
commit
ddd4163600
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue