• 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

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