diff --git a/view/login.php b/view/login.php index 5c33a43..a14fef3 100644 --- a/view/login.php +++ b/view/login.php @@ -33,7 +33,7 @@ Passwords must be at least 8 characters and contain at least 1 number, 1 capital letter, and 1 special character
- required> + required>
diff --git a/view/registration.php b/view/registration.php index 814436c..0bc667b 100644 --- a/view/registration.php +++ b/view/registration.php @@ -34,7 +34,7 @@ Passwords must be at least 8 characters and contain at least 1 number, 1 capital letter, and 1 special character
- pattern="(?=^.{8,}$)(?=.*\d)(?=.*\W+)(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required> + pattern="(?=^.{8,}$)(?=.*\d)(?=.*\W+)(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required>