From dd28c39863155d90620ffc9a6e847fcdfccafd76 Mon Sep 17 00:00:00 2001 From: ui0ppk Date: Thu, 16 Feb 2023 11:33:22 +0200 Subject: [PATCH] swx --- login.php | 2 +- register.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/login.php b/login.php index 3d83ca0..a5ad9df 100644 --- a/login.php +++ b/login.php @@ -70,7 +70,7 @@ $thefunfact = json_decode($result); User does not exist.'; } ?> " - type="password" placeholder="Your password (Minmum 8 characters)" id="inputSmall" name="pass"> + type="password" placeholder="Your password" id="inputSmall" name="pass"> Password is incorrect.'; } ?> Don't have an account? Register here! diff --git a/register.php b/register.php index 94aa36d..1777585 100644 --- a/register.php +++ b/register.php @@ -95,7 +95,7 @@ $thefunfact = json_decode($result); " type="text" placeholder="Your username" id="inputSmall" for="inputValid" name="username"> Username is already taken.'; } elseif($usernamespecialchar == true) { echo '
Special characters are not allowed.
'; } ?> - " 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)
'; } ?> + " type="password" placeholder="Your password (Minimum 8 characters)" id="inputSmall" name="pass"> Password Confirmation field is invalid.'; } else if ($passwordistooshort == true) { echo '
Password is too short. (8 Characters minmum)
'; } ?>