To lock all the ui tab using keypad tab

Hello everyone,

I am new to node red. I have made 3 ui tabs using node red. I want to lock two ui dashboard tabs using keypad lock. when I enter my 4 digit pin in to the keypad that should redirect me to my other tabs else it should be locked.

thanks in advance.


Hi & welcome to the forum.

which part are you stuck on?

  • collecting the inputs?
  • checking the input against a stored code?
  • redirecting user?

Perhaps if you share your flows we can spot an issue?

These are the node that i got for keypad lock. if pin_ok works that should redirect me to the one of the tab that i have created. otherwise those two tab should be locked and not accessible.

is that possible?

Thanks and regards.

Bhavesh Solanki