Password protected pages
anhdoquy
Posts: 55
Hi, everyone please guide me where can i get the codes of creating use define password to protect from unauthorize access to certain pages? Your help is greatly appreciated.
0
Comments
To give the user the ability to change the password you can use the internal panel command "Password x Set" with x being the panel password 1-4. Put this command on a button and the user can change the password, obviously this needs to be behind the original password protected page!!
The alternative would be to hard code something in Netlinx, comparing an entered integer with a stored value and then doing a page flip command, it wouldn't be difficult but its all there in the panel already.
HTH
You can do it from code. That'd probably be easier to manage.
You call up a keypad on the touch panel and get the code entered as a DATA_EVENT in the code.
that way you could have levels of security.
e