• 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

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