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

ALLOW_PUBLIC_PROJECT_CREATION + other password than admin #1154

Closed
18info opened this issue Apr 11, 2023 · 1 comment
Closed

ALLOW_PUBLIC_PROJECT_CREATION + other password than admin #1154

18info opened this issue Apr 11, 2023 · 1 comment
Labels

Comments

@18info
Copy link

18info commented Apr 11, 2023

Hi! :)

Is there a way to set an other password than the admin one to protect IhateMoney in "non public" mode ?
For now:

ADMIN_PASSWORD = "pbkdf2:sha256:260000$[…]"
ALLOW_PUBLIC_PROJECT_CREATION = False
ACTIVATE_ADMIN_DASHBOARD = False

Is it the best I can do?

Many thanks!

@zorun zorun added the support label Jul 13, 2023
@zorun
Copy link
Collaborator

zorun commented Jul 13, 2023

What do you mean by "protecting" and "non-public"?

The admin password is used for two things:

  • the admin dashboard
  • the ability to create projects when ALLOW_PUBLIC_PROJECT_CREATION is False

It is completely independent from the private code of projects. So, even with ALLOW_PUBLIC_PROJECT_CREATION = False, your projects definitely have a different "password" (we call that private code) than the admin password.

@zorun zorun closed this as completed Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants