mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05: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>
|
||||
</div>
|
||||
<div class="tab-pane" id="t_preferences">
|
||||
<h4>Not yet implemented.</h4>
|
||||
<p>This feature has not been implemented just yet.</p>
|
||||
<table class="table">
|
||||
<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>
|
Loading…
Reference in a new issue