Quantcast
Channel: Christina Wheeler Blog: Posts
Viewing all articles
Browse latest Browse all 4

Login as Different User in SharePoint 2013 Preview

$
0
0
Body:

When you login to SharePoint 2013 you'll notice the "Sign in as Different User" is missing from the Personal Menu.

 

Here are two workaround options:

  1. Manually append the following URL to your site:

    /_layouts/closeConnection.aspx?loginasanotheruser=true
  2. Add a Custom Action to the SharePoint Personal Menu:

<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="MyLoginDifferentUser"
    GroupId="PersonalActions"
    Location="Microsoft.SharePoint.StandardMenu"
    Sequence="1000"
    Title="Sign in as Different User">
    <UrlAction Url="/_layouts/closeConnection.aspx?loginasanotheruser=true"/>
    </CustomAction>
</Elements>

                    

Click here to download Custom Action Solution

Category: SharePoint 2013
Published: 8/31/2012 1:00 AM

Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images