Delen via


Missing "Sign in as Different User" option in sharepoint 2013

If you are using this menu option in previous versions of sharepoint, there is no link for "Sign in as Different User" anymore...

But there is 2 workarounds for having the same functionality;

1. Change the siteurl with yours and it will ask you for the new username and password

https://siteurl/_layouts/closeConnection.aspx?loginasanotheruser=true

2. Open internet explorer by  using "run as different user" option  (Shift+ right click) by entering the username and password that you like

 

Keep in mind first option may not work in some browsers and ie10

Comments

  • Anonymous
    August 25, 2013
  1.  C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions15TEMPLATECONTROLTEMPLATESwelcome.ascx
  2. Put this code in welcome.ascx page <SharePoint:MenuItemTemplate runat="server" ID="ID_LoginAsDifferentUser" Text="<%$Resources:wss,personalactions_loginasdifferentuser%>"   Description="<%$Resources:wss,personalactions_loginasdifferentuserdescription%>"   MenuGroupId="100"   Sequence="100"   UseShortId="true"   />
  • Anonymous
    September 11, 2013
    nice article.it resolved my problem

  • Anonymous
    February 04, 2014
    thanks!

  • Anonymous
    February 20, 2014
    After much gnashing of teeth I discovered that the switch user URL is not complete.   the URL below will work with almost all browsers regardless of version.  Replace SiteURL in both placed below with the your sites home page URL. https://SiteURL/_layouts/closeConnection.aspx?loginasanotheruser=true&Source=https://siteURL/Pages/Default.aspx

  • Anonymous
    February 28, 2014
    If you are using Chrome here is a video on how to sign in as a different user www.youtube.com/watch

  • Anonymous
    April 08, 2014
    Really good one ..