Avatar of Robert
Robert
Flag for United States of America asked on

Internet Explorer does not save passwords

After joining a workstation to a new domain, IE will no longer prompt to save passwords for any website.  All options in the AutoComplete Settings are checked (none are greyed out).  I checked the GPM, and the only GPOs that affect IE are setting the homepage, and adding a server to the trusted intranet zone.  Roaming Profiles are enabled, as well as folder redirection for Desktop, Documents and Favorites.  IE loads websites, can login to secured sites without issue, and functions normally.

Server is Windows 2016
Affected workstations are Windows 7 and Windows 8
Internet Explorer is at ver 11

Any help is appreciated.  Thank you.
Windows OSInternet Explorer (IE)Desktops

Avatar of undefined
Last Comment
Robert

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
joinaunion

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Robert

ASKER
Hello, and thank you for the response.  I did a bit more digging, and it appears that only certain websites will not save the password.  For example, I tested the following websites to see if IE would give me to option to save the password:

Evernote - yes
LogMeIn - yes
Slickdeals.net - yes
Microsoft - yes
AOL - yes

Dropbox - no
Gmail - no

Since the problem appears to be site specific, how can I verify that the website itself it preventing the save password option, and not some random issue, such as the website is not trusted or the website does not satisfy some IE requirement?
joinaunion

Does chrome have the same issue?
Robert

ASKER
I have not tried a different browser yet.  We are having the password issue with an "IE-approved" website.  So while we can use Firefox/Chrome with the website, it is only technically designed to work with IE.

I will try and report my findings.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Robert

ASKER
I tested both Dropbox and Gmail using Firefox v63, and in both instances, it prompted to save my password.  So this still appears to be an IE specific limitation.

Any other ideas I can try or investigate?
joinaunion

What happens if you go to add/remove programs and select IE then uninstall. Does it give you option to repair.If so choose repair.
joinaunion

Oh. forgot to ask if IE is set to default browser?
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Robert

ASKER
After checking out the HTML code on a few websites, I discovered that they are using autocomplete=off to prevent IE from saving the password.  An excerpt of code from one of the websites:

<input id=DEALER-WSLXloginPasswordInput autocomplete="off" name="b64Pwd" size="10" type="password">

This is further explained in the URL that @joinaunion posted at the top of the thread.

-Robert