disable user registration

This commit is contained in:
Noa Aarts 2025-11-12 16:21:11 +01:00
parent cb1a57cf58
commit 0e768908b1
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -357,7 +357,7 @@
HTTP_PORT = 2929; HTTP_PORT = 2929;
ROOT_URL = "https://git.geenit.nl"; ROOT_URL = "https://git.geenit.nl";
}; };
service.DISABLE_REGISTRATION = false; service.DISABLE_REGISTRATION = true;
}; };
database = { database = {