Canât you just put a workflow on every page that says when âdown for maintenanceâ switch is on, navigate to a âdown for maintenanceâ page if the user status is not admin.
yes but with this i can dynamically change the HTML to reflect anything from out of service to the weather depending on my needs, you could even make this a kick message and set the HTML to reflect this and based on anything including a certain text being typed in a text box throw this as a condition to âyesâ so the site is displaying this to only that user, you can go further and changes that users field to keep them locked out.
Also this method rewrites the entire html for the page so that no div or element data is left to inspect, it also gives me the ability to have components of the page dynamic - as in âsorry @stephencharles, this page is not available right nowâ
Using this i can also use the custom html to include anything bubble wont display or run, flip a state for the current user so it only effects them, have them on my new custom tool page without looking like they have changed sites and then have a return button that accesses an api workflow to allow the return.