SharePoint 2013 找回同SharePoint 2010 中一样的以其他用户身份登陆(Sing in as different user)

SharePoint 2013 中微软去掉了以其他用户身份登陆(Sing in as different user),其中原因不得而知。

很多在2010中用惯了该功能的用户肯定不习惯。

不要着急,其实并没有完全拿掉这个功能,同过一点配置,还是可以找回来的:

1. 打开 

C:\ProgramFiles\Common Files\microsoft shared\Web ServerExtensions\15\TEMPLATE\CONTROLTEMPLATES\Welcome.ascx


2. 在ID为 ID_RequestAccess的节点前加入如下节点

 <SharePoint:MenuItemTemplate runat="server" ID="ID_LoginAsDifferentUser"
            Text="<%$Resources:wss,personalactions_loginasdifferentuser%>"
                Description="<%$Resources:wss,personalactions_loginasdifferentuserdescription%>"
                MenuGroupId="100"
                 Sequence="100"
                UseShortId="true"
                />

3.保存该文件

4.重启IIS

5. 打开网站看效果:

SharePoint 2013 找回同SharePoint 2010 中一样的以其他用户身份登陆(Sing in as different user)_第1张图片


SharePoint 2013 找回同SharePoint 2010 中一样的以其他用户身份登陆(Sing in as different user)_第2张图片

实际上就是将当前网页重定向到  ..../_layouts/15/closeConnection.aspx?loginasanotheruser=true&Source=http//....



你可能感兴趣的:(in,AS,SharePoint,SharePoint,2013,different,2010,找回,Sing,以其他用户身份登陆)