10 | Use the form below to change your password. 11 |
12 |13 | New passwords are required to be a minimum of <%: ViewBag.PasswordLength %> characters in length. 14 |
15 | 16 | <% using (Html.BeginForm()) { %> 17 | <%: Html.ValidationSummary(true, "Password change was unsuccessful. Please correct the errors and try again.") %> 18 |10 | Your password has been changed successfully. 11 |
12 |10 | Please enter your username and password. <%: Html.ActionLink("Register", "Register") %> if you don't have an account. 11 |
12 | 13 | <% using (Html.BeginForm()) { %> 14 | <%: Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.") %> 15 |10 | Use the form below to create a new account. 11 |
12 |13 | Passwords are required to be a minimum of <%: ViewBag.PasswordLength %> characters in length. 14 |
15 | 16 | <% using (Html.BeginForm()) { %> 17 | <%: Html.ValidationSummary(true, "Account creation was unsuccessful. Please correct the errors and try again.") %> 18 |10 | Put content here. 11 |
12 |