disable user registration

This commit is contained in:
Jalil Arfaoui 2024-11-15 22:58:15 +01:00
parent 46cf2edc65
commit b5f25a37da

View file

@ -47,7 +47,7 @@ in
HTTP_PORT = 3000;
};
# You can temporarily allow registration to create an admin user.
# service.DISABLE_REGISTRATION = true;
service.DISABLE_REGISTRATION = true;
# Add support for actions, based on act: https://github.com/nektos/act
actions = {
ENABLED = true;