Deshabilitado registro

This commit is contained in:
imnavajas
2025-06-06 10:45:22 +02:00
parent 95ffb22c84
commit 87661d855d

View File

@ -154,7 +154,7 @@ class Auth extends ShieldAuth
* --------------------------------------------------------------------
* Determines whether users can register for the site.
*/
public bool $allowRegistration = true;
public bool $allowRegistration = false;
/**
* --------------------------------------------------------------------