Link to home
Start Free TrialLog in
Avatar of smurteira
smurteira

asked on

user name password prompt every time I go into ie7

I have a user that every month when she changes her network password gets prompted for user name and password every time she goes into internet explorer which the home page is our intranet.  She can navigate to any other page but gets prompted for user name and password for the intranet.  She can go in if we reset her password and she goes back in and saves her user name and password, but it shouldn't happen because IE is set to use the user name and password of the person logged in.  I tried recreating her profile and same thing.  I had her login to a different computer and she does not have a problem, so it's something specific to that computer.  Any help would be much appreciated.

Thanks,
Sergio
Avatar of crisco96
crisco96
Flag of United States of America image

I would guess what is happening is she logs into windows, changes her password, then gets prompted.  This is because windows is trying to use the previous password (before she changed it).  If she changes her password, then logs out and back in it should work.
Is the end user on an xp or vista machine?  Does the end user have to enter their new password or the old one?

If they have to enter the new one have them lock the system then unlock it using the new password.  This forces the system to generate a new access token with the updated information.

If they have to enter the old password verify that they are authenticated to the domain instead of under cached credentials:

Start > Run  > CMD > ECHO %LOGONSERVER%
If it returns the name of the local computer the user is authenticated under cached credentials

Avatar of smurteira
smurteira

ASKER

Actually no, it doesn't.  I've restarted her pc a few times and when I go back into IE, same thing.  If I put in the user name and password and then check the box to save the password I'm fine, but I shouldn't have to do that because IE is set to use the user name and password that I logged in with. (which is the right one)
What types of authentication is the web site using (basic, digest, ntlm, passport)?
It uses AD authentication.  It uses the user ID and password you login to the computer with, which is what everybody else uses.  I don't believe however that is the problem because she was able to login to a different computer and the problem did not occur, so it's only on her computer.
Check the system event log on the problem machine and the web server for any of the following:

NETLOGON Event ID 5722:
The session setup from the computer ComputerName failed to authenticate. The name of the account referenced in the security database is AccountName$.
The following error occurred:
Access is denied.

NETLOGON Event ID 5723:
The session setup from the computer DOMAINMEMBER failed to authenticate. The name of the account referenced in the security database is DOMAINMEMBER$.
The following error occurred:
Access is denied.

NETLOGON Event ID 3210:
Failed to authenticate with \\DOMAINDC, a Windows NT domain controller for domain DOMAIN.
The Netlogon service on the domain controller logs the following error message when the password is not synchronized:

ASKER CERTIFIED SOLUTION
Avatar of col_forbin13
col_forbin13
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial