Hellowlol / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
MIT License
344 stars 48 forks source link

Noob Questions: AUTH #554

Closed seanvree closed 7 years ago

seanvree commented 7 years ago

Is it possible to have two separate dashboard interfaces: one with "read only / Guest" (I.e. can't access the menu options dashboard with no AUTH required), then ALSO have a dashboard with admin for editing the dashboard?

THANKS!

Great work!

Hellowlol commented 7 years ago

Nope this isnt possible. But you can add a restricted user that has access to the dashboard / modules but cant add/change anything. and just share the username/password. like a test account or something

seanvree commented 7 years ago

@Hellowlol - Got it! Thanks. Any plans to add something like this? no biggie if not.

Hellowlol commented 7 years ago

I have to interest in that type feature but if you want to add support for that you can remove the '''@require()''' decorator from index inside root.py and from the the ajax calls used in dash.js

seanvree commented 7 years ago

@Hellowlol - A bit confused. Would I change that code after I add the restricted user?

Also, how do i disable authentication completely?