Sign in as different user is missing

Hi,

Its really great to start working with SharePoint 2013 :). But sometimes strange was noticed that "Sign in as different user" option is missing. Well I was guessing the reason why its not by default added in the menu may be MS wants that user don't hack the site by wild guessing the passwords but its very troublesome if you have two different testing users.

Microsoft has made it known that they have worked to make SharePoint 2013 a more streamlined, efficient, out-of-the-box solution, and in doing so are discouraging users from customization.  However, some of the features that were removed still need to be navigated in some way.  The “Sign in as a Different User” command is one example. The reason behind precious link went away is, it can lead to problems especially when opening documents, say in Microsoft Word, excel.

So now the question is about the solution. Some of the UI loving users given is the perfect solution:

Just go to start->programs->IE and shift-right click and “run as different user”

But in case you are a doctor of SharePoint or tweeting as as SharePoint site tester you can follow the given solution:

  1. Locate and then open the following file in a text editor:  C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES\Welcome.ascx

  2. Add the following element before the existing "ID_RequestAccess" element:


    <SharePoint:MenuItemTemplate runat="server" ID="ID_LoginAsDifferentUser" Text="<%$Resources:wss,personalactions_loginasdifferentuser%>" Description="<%$Resources:wss,personalactions_loginasdifferentuserdescription%>" MenuGroupId="100" Sequence="100" UseShortId="true" />


  3. Save the file.


The result will be:

                  Untitled

Cheers :) !!!!

Comments

  1. Hello ,
    It's work in SharePoint online 2013...i dont know how to access to welcome.aspx

    ReplyDelete
  2. Leevitha, You can have access to Welcome.aspx at 15 hive. It resides under "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES\"

    ReplyDelete
  3. sorry actualy it's work with sharepoint server 2013 but not with sharepoint online..because i don't know how to access to "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES\"
    with sharepoint Online...

    ReplyDelete

Post a Comment

Popular posts from this blog

Hide Ribbon on SharePoint 2013 using CSS

Get Comment Count in SharePoint

Configure external site as content sources in sharepoint search