invidious: disable registrations
This commit is contained in:
parent
30355502e1
commit
7c57c278a2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in
|
||||||
|
|
||||||
statistics_enabled = false;
|
statistics_enabled = false;
|
||||||
|
|
||||||
registration_enabled = true;
|
registration_enabled = false;
|
||||||
login_enabled = true;
|
login_enabled = true;
|
||||||
captcha_enabled = false;
|
captcha_enabled = false;
|
||||||
admins = [ "daniel" ];
|
admins = [ "daniel" ];
|
||||||
|
|
Loading…
Reference in a new issue