mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
Password changing.
This commit is contained in:
parent
09d7b3fb71
commit
8330fbc5cb
1 changed files with 6 additions and 2 deletions
|
@ -74,8 +74,12 @@
|
||||||
<p>This feature has not been implemented just yet.</p>
|
<p>This feature has not been implemented just yet.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane" id="t_preferences">
|
<div class="tab-pane" id="t_preferences">
|
||||||
<h4>Not yet implemented.</h4>
|
<table class="table">
|
||||||
<p>This feature has not been implemented just yet.</p>
|
<tr>
|
||||||
|
<td style="width:25%"><strong>Password:</strong></td>
|
||||||
|
<td>@Html.ActionLink("Change", "ChangePassword", "Manage", null, new { @class = "btn btn-default" })</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
Add table
Reference in a new issue