Hi,
my customer needs to view a DGLux page created by me on their MangoES. I followed the instruction as described into "dglux-login-options-and-making-a-dashboard-public" point 3. This is my "dglux.properties" content:
publicUser.username=public
publicUser.password=password
publicUser.email=
I have create a public.nav like described in the video of the page and this is the content:
<nav version="1.0">
<node name="Home" ord="dglux:" icon="file:!packs/icons/d/document-globe.png">
<node name="Home" ord="" icon="file:!packs/icons/d/document-globe.png">
<node name="test.dgml" icon="file:!packs/icons/d/document.png" ord="file:!dgml/test.dgml"/>
<node name="Uniflare.dgml" icon="file:!packs/icons/d/document.png" ord="file:!dgml/Uniflare.dgml" default="true"/>
</node>
</node>
</nav>
The first problem is that when I try to access to DGlux by http://<MY_URL>/dglux/login.htm I can see the login page but my "public" user credentials are ignored (the answer is "Invalid Login") but if I try to access with Admin credentials it works (obviously).
Where I wrong ?. The public.nav was correctly generated?
Thanks for your help.