• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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