It’s think the developer team of the SharePoint 2013 forget to add the “Sign in as a Different User” menu command in SharePoint 2013
No worry’s we can add that using the below steps(on premise)
- Open the Welcome.ascx from “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES”
- Find the “<SharePoint:MenuItemTemplate runat="server" id="ID_RequestAccess"”.
- Press enter and add
- Save the welcome.ascx
<SharePoint:MenuItemTemplate runat="server" ID="ID_LoginAsDifferentUser"
Text="<%$Resources:wss,personalactions_loginasdifferentuser%>"
Description="<%$Resources:wss,personalactions_loginasdifferentuserdescription%>"
MenuGroupId="100"
Sequence="100"
UseShortId="true"
/>
Now you can see that “Sign in as Different User” appears at drop down.
Enjoy SP 2013
No comments:
Post a Comment