mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 09:22:01 +00:00
fix(auth): disallow registration by default
This commit is contained in:
parent
9f785db7ba
commit
379b9be2b9
@ -74,7 +74,7 @@ class Auth extends ShieldAuth
|
|||||||
* --------------------------------------------------------------------
|
* --------------------------------------------------------------------
|
||||||
* Determines whether users can register for the site.
|
* Determines whether users can register for the site.
|
||||||
*/
|
*/
|
||||||
public bool $allowRegistration = true;
|
public bool $allowRegistration = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* --------------------------------------------------------------------
|
* --------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user