PDA

View Full Version : Auto Login with site viewing password is not working


rohan
Oct-20-2009, 08:45 AM
We are using smugmug gallery for internal use with Site-wide viewing password set. Till now users used to login to smumug seamlessly from internal site which did a html Form post to smugmug and now it has stopped working any ideas why or what change needs to be done?

Form tag has UserID and userViewPassword as inputs

Andy
Oct-20-2009, 10:22 AM
We need to know your site, please.

rohan
Oct-22-2009, 08:01 AM
We need to know your site, please.

http://liquidnet.smugmug.com/

this is code below (i have masked password and userid

<form action="http://liquidnet.smugmug.com/homepage/viewpassword.mg" method="POST" name="formlog" id="formlog" target="_blank">
<input type="hidden" name="UserID" value="&&&&&" />
<input type="hidden" name="userViewPassword" value="******">
<input type="hidden" id="goTo" name="goTo" value="liquidnet.smugmug.com/index.mg?UserID=&&&&&offered=yes&UserID='&&&&&'&value='******'"/>
</form>