Reset password implementation

This commit is contained in:
2013-01-02 14:18:12 -05:00
parent e88065e925
commit 4af8981a10
17 changed files with 338 additions and 47 deletions
+1
View File
@@ -24,5 +24,6 @@
<legend></legend>
@Html.EditorForModel()
<input type="submit" value="Log in" class="btn btn-primary" />
@Html.ActionLink("Forgot Password?", "ResetPassword", new { Model.Username }, new { @class = "pull-right" })
</fieldset>
}