Thursday, April 18, 2013

How to make your browser save your password

Typically and for good security reasons the password manager from either Firefox or any other browser will not prompt you to save the password for the login screen of the APEX workspace or any of your own APEX applications.



Why? The APEX team implemented the login page with the HTML attribute autocomplete=off:

For a development environment I find this behaviour kind of annoying, especially when the APEX builder session times out frequently and you have to login to your workspace multiple times during the day.

Thus I have looked around and found a javascript routine which removes the autocomplete=off attribute from the form.

Just right-click on this link and save it as a bookmark: Force browser to save the password
I have found it here, but it is explained on many other websites as well.

Once you click on your bookmark you will see the following message:



If you continue to log into APEX you will get the typical message where you can save the password now:



It is good practice to use a password for your password manager in Firefox, too. Here are the steps to enable it.

Cheers and enjoy,
~Dietmar.


 

1 comment:

Imogen said...

This is cool!