• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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