-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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_REQUEST] Hide Settings from Guests and Specific users #1552
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
+1 |
Actually, this sounds like something which should be implemented by default. Thoughts? |
Do you mean there is already implementation? Or thinking its a good idea to be default?
In my mind, I was hoping add an option to maybe an option |
Thanks @rxunique - Done! I figured, if you've setup basic auth, and have guest access enabled- you wouldn't want guests to be able to edit configuration (otherwise there's not much point to the auth, beyond roles). So instead of adding an extra option to disable edits from guests, it's now (since V 3.0.1) disabled by default. And so logging in is required to make changes, if auth is enabled. If you need anything else modifying around this, let me know below, and I'll reopen. |
Is your feature request related to a problem? If so, please describe.
I don't like how users and guests have access to the menu can download the config file from the settings menu, which also contains the hashed password...
Describe the solution you'd like
I would like to have the option to disable the settings menu for guests and/or specific users completely so that this just acts as a dashboard/ Landing page for links.
I was thinking something like
hideSettingsForGuests: true
and
hideMenu: true
for users under the auth section.
Priority
Medium (Would be very useful)
Is this something you would be keen to implement
None
The text was updated successfully, but these errors were encountered: