<%@ Page Title="Reset your Password" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master" %> <%= Html.ValidationSummary("Modification de mot de passe") %> <% using(Html.BeginForm("ResetPassword", "Account")) { %> Enter one of the following :
Then, hit the following button:
A message will be sent to you, containning a link that you'll can use to reset your password. <% } %>