Enable Sign in as Different User in SharePoint 2013

Leave a Comment
In SharePoint 2013, We don't have a link to Sign in as Different User by default.
We have to enable it .

we have to follow the below steps:

1.Locate and then open the following file in any Text Editor:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES\Welcome.ascx(Make sure that have a backup of a file)

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.

Related Post

0 comments:

Post a Comment