Login Page for users

Hello,
I hope some one can help.
I created a dashboard for opening a rolling gate.
Ten people are allowed to open this door. How can I create a login page
that every user have is own password.

I can only find, how to create a password for the admin.

Have anyone an idea how to solve this problem?

thx
:slight_smile:

I think you can’t do it globally for the full dashboard, however you can do something similar that maybe it matches what u wanted.

You can make that entering a password the switches or whatever to open for the door is available for a specific time and then automatically blocked again, and if you wanted you can save a file to track it later on.

Check this out:

https://flows.nodered.org/flow/1ed5266570fd1a9080a5a4c77270d8b4

Regards

You can secure the dashboard using the standard http endpoints https://nodered.org/docs/security#http-node-security

Hello dceejay, this allows the use of several users? I thought you can only establish a singles user@pass.

Regards

Hi dceejay. I’ve also been looking at this. As davidcgu says, I also thought this only allowed one user/pass. Is there a way to allow more than one user? Thanks.

if a password is set, how can be used webhooks? maybe adding user:pass@ before the domain?

Regards

That´s a good question. I have the same problem.
Do you have a solution by now?