<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %> <%@ Import Namespace="Portoa.Web.Util" %> Change Password <% using (Html.BeginForm()) { %>

<%= Html.LabelFor(model => model.Password) %>
<%= Html.PasswordFor(model => model.Password) %>

<%= Html.Submit("Change Password") %>

<% } %>