• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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