• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Saving Login Information

ShaneG

New Pleskian
Greetings,

There is an old post that has a fix for saving login information:

Change line 131 to say:
inputs.setAttribute('autocomplete', 'on');
in file:
/usr/local/psa/admin/htdocs/javascript/common.js


This doesn't seem to work for Plesk 10.3.1. Is there another step I have to perform in order to have a browser remember my username and password?

Thanks,
Shane.
 
using firefox or chrome enable firebug and look in the code the login form,

change autocomplete = "off" to "on", close firebug and login.

The browser remember the password for the following times
 
@ikaryn brilliant! Thanks. I'm sure some have read this and overlooked it. Doing this stored the password in Firefox so that, even autocomplete=off in future forms, Firefox still enters it for you. :)
 
Back
Top