习惯于SharePoint 2010的用户会发现,SharePoint 2013默认把 以其他用户身份登陆(Sign in as different user)的选项去掉了,这对于开发人员来说很麻烦,尤其是需要平凡切换用户来进行测试。幸运的是,修改相关的文件,就可把 以其他用户身份登陆(Sign in as different user)这个选项开启。
解决步骤
进入(C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES)目录,定位到Welcome.ascx
打开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" />
注意将代码负责到ID_PersonalInfomation和ID_RequestAccess之间
登陆之后,查看即可使用 以其他用户身份登陆
可能最新的SharePoint 2013 Updates会修改这个设置,但我没有验证过。我的版本为:SharePoint 2013 Foundation原始版本。
小结
作者:cnblogs 木宛城主
查看本栏目更多精彩内容:http://www.bianceng.cnhttp://www.bianceng.cn/web/sharepoint/
以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索登陆
, sharepoint
, 其他
, 用户
, 2013
身份
sharepoint 身份验证、sharepoint 用户管理、sharepoint添加域用户、sharepoint 添加用户、sharepoint创建用户,以便于您获取更多的相关知识。