First option
1.start IE or other browser as different user
2. shift + click on browser opens menu with feature login as another user
Second option
1. use this URL for accessing portal http://portal/_layouts/closeConnection.aspx?loginasanotheruser=true
Third option
1. change script code in welcome.aspx
2. go to C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions15TEMPLATECONTROLTEMPLATES
3. before the line <SharePoint:MenuItemTemplate runat=â€server†id=â€ID_RequestAccess†add this script code
<SharePoint:MenuItemTemplate runat=â€server†ID=â€ID_LoginAsDifferentUserâ€
Text=â€<%$Resources:wss,personalactions_loginasdifferentuser%>â€
Description=â€<%$Resources:wss,personalactions_loginasdifferentuserdescription%>â€
MenuGroupId=â€100″
Sequence=â€100″
UseShortId=â€trueâ€
/>source: http://sharepointquester.com/2013/02/21/sign-in-as-a-different-user-in-sharepoint-2013/
Third option returns login as another user in upper menu, but Microsoft does not recommend changing welcome.aspx, so I prefer first option, but for normal users I set second option.
