Skip to content
Snippets Groups Projects
Commit 379b9be2 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(auth): disallow registration by default

parent 9f785db7
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ class Auth extends ShieldAuth
* --------------------------------------------------------------------
* Determines whether users can register for the site.
*/
public bool $allowRegistration = true;
public bool $allowRegistration = false;
/**
* --------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment