Hi,
I have a page where it doesn’t make sense to create users or collect email addresses/passwords. Instead I’m going to just have one password that everyone uses to access the page.
My question is not around the security of just having the one password, it’s around whether or not someone could access the page somehow if the password is part of the conditional logic of elements on the page.
In this case, I have a workflow setup that says, “if input text is password123 then show the admin dashboard group”. Could this be hacked through the developer tools or console on chrome or anything?