If somebody like the post and its helpful in your work then, add comments.

Sunday, January 20, 2013

Link for “Sign in as Different User” in SharePoint 2013

It’s think the developer team of the SharePoint 2013 forget to add the  “Sign in as a Different User” menu command in SharePoint 2013 Smile

No worry’s we can add that using the below steps(on premise)

  1. Open the Welcome.ascx from “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES”
  2. Find the “<SharePoint:MenuItemTemplate runat="server" id="ID_RequestAccess"”.
  3. Press enter and add
  4. <SharePoint:MenuItemTemplate runat="server" ID="ID_LoginAsDifferentUser"
    Text="<%$Resources:wss,personalactions_loginasdifferentuser%>"
    Description="<%$Resources:wss,personalactions_loginasdifferentuserdescription%>"
    MenuGroupId="100"
    Sequence="100"
    UseShortId="true"
    />

  5. Save the welcome.ascx

Now you can see that “Sign in as Different User” appears at drop down.


Signin


 



Enjoy SP 2013

No comments:

Post a Comment