<%@ Page Title="Manage Account" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Manage.aspx.cs" Inherits="$safeprojectname$.Account.Manage" %> <%@ Register Src="~/Account/OpenAuthProviders.ascx" TagPrefix="uc" TagName="OpenAuthProviders" %> $if$ ($targetframeworkversion$ == 4.0)<%@ Import Namespace="Microsoft.AspNet.Membership.OpenAuth" %>$endif$

<%: Title %>.

<%: SuccessMessage %>

You're logged in as <%: User.Identity.Name %>.

You do not have a local password for this site. Add a local password so you can log in without an external login.

Set Password Form
  1. Password $if$ ($targetframeworkversion$ >= 4.5) $else$ $endif$
  2. Confirm password

Change password

Change password details
  1. Current password
  2. New password
  3. Confirm new password
$if$ ($targetframeworkversion$ >= 4.5) $else$ $endif$

Registered external logins

ServiceUser NameLast Used 
$if$ ($targetframeworkversion$ >= 4.5) <%#: Item.ProviderDisplayName %> <%#: Item.ProviderUserName %> <%#: ConvertToDisplayDateTime(Item.LastUsedUtc) %> $else$ <%# HttpUtility.HtmlEncode(Item().ProviderDisplayName) %> <%# HttpUtility.HtmlEncode(Item().ProviderUserName) %> <%# HttpUtility.HtmlEncode(ConvertToDisplayDateTime(Item().LastUsedUtc)) %> $endif$

Add an external login