In this article I will explain how to enable the “Sign in as different user” option in SharePoint2013.
ProblemBy default in SharePoint 2013 there is no option for "Sign in as different user".Use the following procedure to enable this in SharePoint 2013.SolutionsStep 1Go to the location:C:\Program Files\Common Files\microsoft shared\Web ServerExtensions\15\TEMPLATE\CONTROLTEMPLATESHere we have a file named "welcome.ascx".We need to edit this file to enable the option.Step 2Open the welcome.ascx file in Visual Studio or in Notepad and add the following code and save it:<SharePoint:MenuItemTemplate runat="server" ID="ID_LoginAsDifferentUser" Text="<%$Resources:wss,personalactions_loginasdifferentuser%>" Description="<%$Resources:wss,personalactions_loginasdifferentuserdescription%>" MenuGroupId="100" Sequence="100" UseShortId="true" />And it should be above the tag that has ID_RequestAcess.Step 3 Refresh the site and then "Sign in as different user" will be enabled.SummaryIn this article I tried to explain how to enable the "Sign in as different user" option in SharePoint2013.
Getting Started with SharePoint Framework Development using TypeScript, PnP JS, and React JS