I’m running 2021.9 currently.
I'm wanting to set up a page that if not logged in shows a limited amount of data from the PLC. However, it appears that if you allow the user to not log in at all, they have no access to page changes (can't get back to the login page by button at least) and get no data from the HMI. Am I not seeing an option for that? I do understand that I can preset a basic user in the text boxes of the login screen (which I have) but I also need instant on basic information and hopefully screen navigation. Also, are the username and password field keyword based? It seems they're just textboxes that the system recognizes somehow as the appropriate values (not linked to any variable from what I can tell). And also they appear to only work on the login page? Alternatively, it might be possible to simply post or pass login information via the HTML string for an initial login, but I'm not certain (I briefly glanced at the .js, really don't want to look farther).