From 5b04cda2fd0cd192db084f0cae3b6c3a62139b9f Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 15 Jul 2025 12:44:12 -0400 Subject: [PATCH] v2.1(sin terminos y condiciones de uso) --- index.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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') { - -
-
- -
-
- -
-