user name change is not supported (maybe in the future)

vnext
Paul Schneider 6 years ago
parent 46d7a57169
commit 878c7e6476
1 changed files with 1 additions and 3 deletions

@ -7,15 +7,13 @@
<h2>@ViewData["Title"]</h2>
<p class="text-success">@ViewData["StatusMessage"]</p>
<div>
<h4>@SR["Change your account settings"]</h4>
<h4>@SR["Your account settings"]</h4>
<hr />
<dl class="dl-horizontal">
<dt>@SR["UserName"]:</dt>
<dd>
@Model.UserName
[<a asp-controller="Manage"
asp-action="CHUN">@SR["Change"]</a>]
</dd>
<dt>@SR["EMail"]:</dt>

Loading…