having to change password from authenticated access

This commit is contained in:
Paul Schneider 2019-01-25 17:31:07 +00:00
commit fd27e5772f
3 changed files with 16 additions and 3 deletions

View file

@ -32,7 +32,9 @@
</div>
<div class="form-group">
<div class="col-md-offset-2 col-md-10">
<button type="submit" class="btn btn-default">Change password</button>
<button type="submit" class="btn btn-default">@SR["Change password"]</button>
<a asp-action="ForgotPassword" asp-controller="Account">@SR["Forgot your password?"]</a>
</div>
</div>
</form>