Public Dashboard Auto login Issue
-
To whom it may concern,
We are having trouble with the provided autologin script.
We tried implementing it the way ORU did at http://205.143.136.105/oru-public/index.htm :
However, that did not work.
We also tried copying over the code from autologin.js directly into our javascript on the page, but that did not work either.
When we try to access our public dashboard at :8080/public-dashboards/index.shtm, we are still sent to the login page. :8080/login.htm.
We appreciate any help you can provide.
Thanks in advance. -
Mango security filters are based on the URL extension:
.shtm (Secure HTML behind Mango's login control)
.htm (Non secure HTML that anyone can access)By making your extension .shtm you are asking Mango to restrict access to only its users.