From 87661d855d654ffc18e9beb3ccb9269b13121473 Mon Sep 17 00:00:00 2001 From: imnavajas Date: Fri, 6 Jun 2025 10:45:22 +0200 Subject: [PATCH] Deshabilitado registro --- ci4/app/Config/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci4/app/Config/Auth.php b/ci4/app/Config/Auth.php index f111d63a..fb343677 100755 --- a/ci4/app/Config/Auth.php +++ b/ci4/app/Config/Auth.php @@ -154,7 +154,7 @@ class Auth extends ShieldAuth * -------------------------------------------------------------------- * Determines whether users can register for the site. */ - public bool $allowRegistration = true; + public bool $allowRegistration = false; /** * --------------------------------------------------------------------