diff --git a/register.php b/register.php index fdb370e..4547c4f 100644 --- a/register.php +++ b/register.php @@ -69,7 +69,9 @@ echo "form-control form-control-sm"; } ?>" type="password" placeholder="Your password (Minmum 8 characters)" id="inputSmall" name="pass"> Password Confirmation field is invalid.'; - } ?> + }else if ($passwordistooshort == "true") { + echo '
Password is too short. (8 Characters minmum)
'; + }?> @@ -81,4 +83,4 @@ echo "form-control form-control-sm";

{"data"}; ?>

- \ No newline at end of file +