Disabling auto complete on the login page

In Common Web UI version 1.21.0, there is a new option to disable auto complete on the login page.

Note: The disable option is not supported on Firefox since it does not honor the autocomplete off setting in HTML.

Procedure

To disable auto complete on the login page, complete the following steps:

  1. Edit the configmap named common-web-ui-config in the common services namespace by running:

    oc -n <common services ns> edit cm common-web-ui-config
    
  2. In the data section, add the following option:

    disable-autocomplete: "true"
    
  3. Save the changes and auto complete will be disabled when you access the login page.