Today i was trying to login to my SharePoint site using different user, but i couldn't find that option.
Then i came to know OOB SharePoint 2013 don't provide it.
Solution:
Follow below steps to get "Sign in as Different User" option
Go to SharePoint Server, open this path
C:\Program Files\Common Files\microsoft shared\Web ServerExtensions\15\TEMPLATE\CONTROLTEMPLATES\
Open Welcome.ascx
Search for ID = ID_RequestAcess
Paste above code above the tag ID = ID_RequestAcess
Then i came to know OOB SharePoint 2013 don't provide it.
Solution:
Follow below steps to get "Sign in as Different User" option
Go to SharePoint Server, open this path
C:\Program Files\Common Files\microsoft shared\Web ServerExtensions\15\TEMPLATE\CONTROLTEMPLATES\
Open Welcome.ascx
Search for ID = ID_RequestAcess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<SharePoint:MenuItemTemplate | |
runat=”server” | |
ID=”ID_LoginAsDifferentUser” | |
Text=”<%$Resources:wss,personalactions_loginasdifferentuser%>” | |
Description=”<%$Resources:wss,personalactions_loginasdifferentuserdescription%>” | |
MenuGroupId=”100″ | |
Sequence=”100″ | |
UseShortId=”true” | |
/> |
Paste above code above the tag ID = ID_RequestAcess