• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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