Security

After 4.1.2 on the Splunk UI login, I no longer see the browser prompt 'Do you want Firefox to remember the password for ...'

Ellen
Splunk Employee
Splunk Employee

After 4.1.2 on the Splunk UI login, I noticed under Firefox 3.6.x the browser prompt for 'Do you want Firefox to remember the password for ...' no longer displays.

Nothing has changed with my default Firefox settings from my earlier Splunk version. For my new 4.1.x environments that I also administer, it is a hassle to have to manually enter in my username and password each time I need to access those systems.

What changed from prior releases and can I get this fixed?

Tags (2)
1 Solution

Ellen
Splunk Employee
Splunk Employee

There is a Splunk web.conf attribute called "enable_autocomplete_login" which is affecting the behavior you are seeing in Firefox where the: "Do you want Firefox to remember the password for ...." never displays. It is related to the use of autocompletion.

Starting with 4.0.7, this default setting was changed from True (enable) to False (disable) eg. enable_autocomplete_login = False

To allow the browser to remember the password, modify the default setting and add into $SPLUNK_HOME/etc/system/local/web.conf in the [settings] stanza enable_autocomplete_login = True

Note: do not change the $SPLUNK_HOME/etc/system/default/web.conf but create /etc/system/local/web.conf if it does not exist. Include the entry below and restart Splunk for this to take affect.

[settings]
# Enable/Disable Form Username and Password storage prompts and control form
# data from being cached in session history. 
enable_autocomplete_login = True

View solution in original post

Ellen
Splunk Employee
Splunk Employee

There is a Splunk web.conf attribute called "enable_autocomplete_login" which is affecting the behavior you are seeing in Firefox where the: "Do you want Firefox to remember the password for ...." never displays. It is related to the use of autocompletion.

Starting with 4.0.7, this default setting was changed from True (enable) to False (disable) eg. enable_autocomplete_login = False

To allow the browser to remember the password, modify the default setting and add into $SPLUNK_HOME/etc/system/local/web.conf in the [settings] stanza enable_autocomplete_login = True

Note: do not change the $SPLUNK_HOME/etc/system/default/web.conf but create /etc/system/local/web.conf if it does not exist. Include the entry below and restart Splunk for this to take affect.

[settings]
# Enable/Disable Form Username and Password storage prompts and control form
# data from being cached in session history. 
enable_autocomplete_login = True
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...