<%@ Page Title="Manage Account" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Manage.aspx.cs" Inherits="WebFormsTwoFactor.Account.Manage" %> <%@ Register Src="~/Account/OpenAuthProviders.ascx" TagPrefix="uc" TagName="OpenAuthProviders" %>

<%: Title %>.

<%: SuccessMessage %>

Change your account settings


Password:
External Logins:
<%: LoginsCount %>
<%-- Phone Numbers can used as a second factor of verification in a two-factor authentication system. See this article for details on setting up this ASP.NET application to support two-factor authentication using SMS. Uncomment the following block after you have set up two-factor authentication --%>
Phone Number:
<%-- <% if (HasPhoneNumber) { %>
<% } else { %>
 | 
<% } %> --%>
Two-Factor Authentication:

There are no two-factor authentication providers configured. See this article for details on setting up this ASP.NET application to support two-factor authentication.

<% if (TwoFactorEnabled) { %> <%-- Enabled --%> <% } else { %> <%-- Disabled --%> <% } %>