Sign in as different user in SharePoint 2013

By default in SharePoint 2013 we don’t get option to sign as different user. If you want to get the same ‘Sign in as different user’ which was there in SharePoint 2010.


Please follow below steps to add it to SharePoint 2013.
1. Go to Control Templates folder

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES

2. Edit Welcome.ascx

 
3. Add below code lines at second place of MenuItemTemplate
   Text=””  
   Description=””  
   MenuGroupId=”100″  
   Sequence=”100″  
   UseShortId=”true”  
/>
 
 
4. Now go to SharePoint site and refresh the page.
 
 
Simple!!!!!!!

 

2 thoughts on “Sign in as different user in SharePoint 2013

Leave a comment