user name change is not supported (maybe in the future)
This commit is contained in:
parent
19a63b5610
commit
8142b9c892
1 changed files with 1 additions and 3 deletions
|
|
@ -7,15 +7,13 @@
|
||||||
<h2>@ViewData["Title"]</h2>
|
<h2>@ViewData["Title"]</h2>
|
||||||
<p class="text-success">@ViewData["StatusMessage"]</p>
|
<p class="text-success">@ViewData["StatusMessage"]</p>
|
||||||
<div>
|
<div>
|
||||||
<h4>@SR["Change your account settings"]</h4>
|
<h4>@SR["Your account settings"]</h4>
|
||||||
<hr />
|
<hr />
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>@SR["UserName"]:</dt>
|
<dt>@SR["UserName"]:</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
@Model.UserName
|
@Model.UserName
|
||||||
[<a asp-controller="Manage"
|
|
||||||
asp-action="CHUN">@SR["Change"]</a>]
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>@SR["EMail"]:</dt>
|
<dt>@SR["EMail"]:</dt>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue