mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-05 15:56:44 +02:00
fix(auth): disallow registration by default
This commit is contained in:
parent
9f785db7ba
commit
379b9be2b9
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class Auth extends ShieldAuth
|
|||
* --------------------------------------------------------------------
|
||||
* Determines whether users can register for the site.
|
||||
*/
|
||||
public bool $allowRegistration = true;
|
||||
public bool $allowRegistration = false;
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue