Commit 379b9be2 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(auth): disallow registration by default

parent 9f785db7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ class Auth extends ShieldAuth
     * --------------------------------------------------------------------
     * Determines whether users can register for the site.
     */
    public bool $allowRegistration = true;
    public bool $allowRegistration = false;

    /**
     * --------------------------------------------------------------------