org creation

This commit is contained in:
Bryan Ramos 2026-03-12 13:59:15 -04:00
parent 72b49e6f41
commit 5db04c8210

View file

@ -59,7 +59,11 @@ in
service = {
REGISTER_MANUAL_CONFIRM = true;
DISABLE_REGISTRATION = false;
DISABLE_ORGANIZATIONS = true;
DEFAULT_ALLOW_CREATE_ORGANIZATION = false;
};
admin = {
DISABLE_REGULAR_ORG_CREATION = true;
};
};