Reputation: 21
I have many Users that i use to log in into the CRM (User1,User2,...) and they all are admins
,
the problem is whenever i need to login as a different User
(Lets say i already logged in as User1 and i need to switch to User2) it always open the CRM as User1, no matter what User you tried to use to login, its like the browser cached the Username and its Password.
I already tried many ways to switch users like 1-open IE as a different user 2-make it as trusted site and select "Prompt for username and password" option from security tab which located in the "internet options" 3-used a separate browsers.
Note: the CRM i use is on-premises and not IFD.
Am confused and don't know what to do, Any idea how to fix this problem.
Upvotes: 2
Views: 1173
Reputation: 9649
...however i was just wondering the same and the solutions provided here and elsewhere on the web didn't solve the issue for me either. So this is what I came up with.
I created shortcuts for all users I need for testing etc. The process looks like this:
%windir%\System32\runas.exe /netonly /user:username@domain"%programfiles%\Internet Explorer\iexplore.exe URL/OF/YOUR/ORGANIZATION"
* The /netonly flag might not be neccesary depending on your setup
Upvotes: 0
Reputation: 1467
I would always do one of the following to log on as more than one user at once:
Upvotes: 4
Reputation: 2123
Open Internet Options.
Select the Security tab.
Click Custom level…
Scroll all the way to the bottom and select Prompt for user name and password. Click OK.
Click OK again.
Close Internet Explorer all open Windows.
Upvotes: 1