在SharePoint 2013的界面中,我们可能看不到“Sign in as different user”这个command了,不过它仍然是work的,我们可以尝试把它添加回来,建议仅在测试环境中修改。
找到15\TEMPLATE\CONTROLTEMPLATES\Welcome.ascx文件,在以id为“ID_RequestAccess”的control前面添加下面code:
<SharePoint:MenuItemTemplate runat="server" ID="ID_LoginAsDifferentUser"
Text="<%$Resources:wss,personalactions_loginasdifferentuser%>"
Description="<%$Resources:wss,personalactions_loginasdifferentuserdescription%>"
MenuGroupId="100"
Sequence="100"
UseShortId="true"
/>
保存文件,然后打开站点,我们可以看到“Sign in as different user”的显示。