Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] allow disabling users and account creation at server start #316

Open
hello-woof opened this issue Sep 12, 2024 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@hello-woof
Copy link
Contributor

Description

I don't need any user accounts or user creation requirements, so I would just like to have it disabled by default when the server starts instead of having to log in as the root user to change it.

Screenshots

No response

Additional information

Today I just fork Hemmelig.app and put the following into server/adminSettings.js

adminSettings.set("disable_users", true);
adminSettings.set("disable_user_account_creation", true);

It would be nice to configure this from env variables.

@hello-woof hello-woof added the enhancement New feature or request label Sep 12, 2024
@bjarneo
Copy link
Member

bjarneo commented Sep 13, 2024

Good thought. Can easily be done using env vars on runtime!

@bjarneo bjarneo added the good first issue Good for newcomers label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants