diff --git a/index.php b/index.php index 98d4264..47da4ed 100644 --- a/index.php +++ b/index.php @@ -27,9 +27,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { $terms_accepted = isset($_POST['newsletter']); // Validaciones básicas - if (!$terms_accepted) { - $error = "Debe aceptar los términos y condiciones"; - } elseif ($new_password !== $confirm_password) { + if ($new_password !== $confirm_password) { $error = "Las contraseñas nuevas no coinciden"; } else { try { @@ -265,16 +263,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { - -
-
- -
-
- -
-