disable user registration
This commit is contained in:
parent
cb1a57cf58
commit
0e768908b1
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@
|
|||
HTTP_PORT = 2929;
|
||||
ROOT_URL = "https://git.geenit.nl";
|
||||
};
|
||||
service.DISABLE_REGISTRATION = false;
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
};
|
||||
|
||||
database = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue