• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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