• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Autologin to Email Account Setup

MarkM

Golden Pleskian
Plesk Guru
Hey,

I am currently using a link formatted like the following to auto login to plesk;

https://domain.com:8443/login_up.php3?login_name=user&passwd=pass

I am curious if this could be modified to access the email account setup area directly.

One idea I had was to iframe this link on a page and then on that page have a meta redirect to the email setup page after login. This didn't appear to work as after signing in, the plesk interface broke out of the frame and therefore the second part of the code to continue to the email setup page did not work.

Another idea I had was to create a php page that could somehow mimic the Plesk session creation and then redirect to the email setup page. Not sure how to go about this.

Any input or code snippets would be appreciated.

Best Regards,

Mark
 
Back
Top