Login from an external form ?????

Tagged:  

Hi:
(Sorry about my english, I'm from Argentina)

I'm trying to connect a simple user/password login form to the PP from my company's site, because I want my clients access the Pier inside my page layout and not from the standard PP log page.

I try the simplest thing, to pass a value in the form like this to the pier:

http://www.mypage.com/pier/index.php?c=access&a=login&loginUsername=MyuserName&loginPasswo...

Not working..:(

Can you help me ?

Thanks

Update:

I add to the inputs the following:

input type="text" id="loginUsername" name="login[username]"

input type="password" id="loginPassword" name="login[password]"

It's working

Are you using GET or POST method for sending information for external lgin form?

Your example looks GET request, and this scenario is very dangerous as it revealst too easily user credentials.

Sorry, that's was an example, I'm using POST...

Thanks

OK! Cool then! ;)

Im having the same issue, cant seem to get it to work. just redirects to the pp login.

hi, i have search the forum, and i have try alot of things, but its redirected me to the login page, this is the code i am trying to use...

<form action="projects/index.php" method="post" target="_blank">
<input type="hidden" id="c" name="access" />
<input type="hidden" id="a" name="login" />
<input type="text" id="loginUsername" name="login[username]" />
<input type="password" id="loginPassword" name="login[password]" />
<input name="" type="submit" />
</form>

please, if anybody can help that would be fine....
thanks!

Send to me personal note, maybe we can figure out something.