Tuesday 28 January 2014

How to Enable “Sign In As Different User” option in SharePoint 2013

To Get “Sign In As Different User” Option in SharePoint 2013 Follow these steps:
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
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” />
Save the file.

No comments:

Post a Comment