password reset fixes
This commit is contained in:
parent
097378bc50
commit
736e83746f
10 changed files with 318 additions and 319 deletions
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="@Html.IdFor(x => x.Email)" class="control-label">@UI.PasswordResetEmailInfo</label>
|
||||
@Html.TextBoxFor(x => x.Email, new { @class = "form-control", placeholder = UI.Email })
|
||||
@Html.TextBoxFor(x => x.Email, new { @class = "form-control", placeholder = UI.Login })
|
||||
@Html.ValidationMessageFor(x => x.Email)
|
||||
</div>
|
||||
<button type="submit" class="btn btn-default">@UI.SendEmail</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue