server UI auth not happening after upgrade
Closed this issue · 4 comments
Before updating to 0.9 I used htpasswd to create different logins for users. After updating, even with credentials set in settings I am never presented with a login dialog. These credentials set here work to access players and for players to auth to server.
Any ideas?
Sorry for the delayed response, Is this the case even after closing he browser and reopening?
Now my turn to apologize for delayed response. :)
Yes, this is persistent throughout since the upgrade in any browser.
Figured it out...
app.use(basicHttpAuth)
was missing from express.js.
Any hope for multiple users at some point? Right now I have one person handling the config for ALL but would like to hand this off to site-specific users down the road ideally with various levels of access based on said sites.
👍
Currently we have only one user support in this server. We also white-label pisignage.com server for an annual fee which has full user management support.
If the feature set is minimum please let us know and we will try to add it when resources permit.