• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

automatical log-in

B

Beto

Guest
Hi,

I want to change the way my users are logging in to the plesk control panel.

I've added a textbox on my website where they fill in their domain and when they click ok they will be forwarded to the plesk control panel.

Now i want to go one step further and log them in automatically with the cridentials they have provided.
 
Hi Beto,

you should try sth. like:

Code:
<form action="https://pleskserver.com:8443/login_up.php3" method="post">
<input type="text" name="login_name">
<input type="password" name="passwd">
<input type="submit">
</form>

Bobby
 
Back
Top