• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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