disable user registration

master
Jalil Arfaoui 2024-11-15 22:58:15 +01:00
parent 46cf2edc65
commit b5f25a37da
1 changed files with 1 additions and 1 deletions

View File

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