space
This commit is contained in:
parent
e12449a455
commit
112067ef0c
|
|
@ -69,7 +69,7 @@ echo "form-control form-control-sm";
|
|||
} ?>" type="password" placeholder="Your password (Minmum 8 characters)" id="inputSmall" name="pass">
|
||||
<?php if($passwordconfirmiswrong == "true") {
|
||||
echo '<div class="invalid-feedback" bis_skin_checked="1">Password Confirmation field is invalid.</div>';
|
||||
}else if ($passwordistooshort == "true") {
|
||||
} else if ($passwordistooshort == "true") {
|
||||
echo '<div class="invalid-feedback" bis_skin_checked="1">Password is too short. (8 Characters minmum)</div>';
|
||||
}?>
|
||||
<label class="col-form-label col-form-label-sm mt-4 passwordconfirm" for="inputSmall">Password Confirmation</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue