Merge branch 'mod/registro' into 'main'

Deshabilitado registro

See merge request jjimenez/safekat!852
This commit is contained in:
Ignacio Martinez Navajas
2025-06-06 08:45:49 +00:00

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;
/**
* --------------------------------------------------------------------