• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

get_password.php integration

S

striike62

Guest
Hi,
I'm trying to integrate plesk 10.3 into my Web site.
I succeeded in integrating connection with:

<form name="f1" action="https://your.host.tld:8443/login_up.php3" method="post">
<input type=hidden name="passwd" value="your-password">
<input type=hidden name="locale" value="en-US">
<input type=hidden name="login_name" value="your-login">
<input type=hidden name="failure_redirect_url" value="https://your.other.host.tld/error-notification">
<input type="submit" name="mysubmit" value="Click!" />

would I like to know if it is possible to make some as much with the get_password.php page??

Afflicted for my bad English.
Thank you!
 
Back
Top