Community Support for OpenDocMan (Deprecated)
Re-authentication - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html)
+--- Thread: Re-authentication (/thread-170.html)



Re-authentication - cybersnac - 02-04-2010

I've found that I have to re-authenticate when I click the link on my site that takes me back to the default directory of ODM.
I log in, am then taken to out.php with a list of my files and then if I try to navigate back to the root directory of ODM I have to re-enter my UID/PWD. Is this intentional?


Re: Re-authentication - Stephen - 02-04-2010

hmm, check your base url in the config. I think it will make you re-auth if you authenticate using <!-- m --><a class="postlink" href="http://domain.com">http://domain.com</a><!-- m --> and then click on a link that sends you to http://www.domain.com.

Or are you talking about just the install page?


Re: Re-authentication - cybersnac - 02-04-2010

There are definitely a few variables at play here.

The base URL set is <!-- m --><a class="postlink" href="https://cybersnac.com/odm/">https://cybersnac.com/odm/</a><!-- m -->
the URL that I come in from is <!-- m --><a class="postlink" href="http://cybersnac.com/?page_id=21910">http://cybersnac.com/?page_id=21910</a><!-- m -->

This is a wordpress page using iframe code to display the page within my wordpress site.
The iframe code is: <iframe src="https://cybersnac.com/odm" style="border: 0" width=100% height="1020" frameborder="0" scrolling="no"></iframe>

My goal is to make authentication stay within SSL security. I'm pretty sure it does as I've tested it outside of the iframe. But I'm not sure authentication will work correctly this way. What do you think?