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!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...