2017-05-31 18:20:53 +03:00
|
|
|
<div class="panel panel-info">
|
|
|
|
<div class="panel-heading">Details</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<p>
|
2017-06-12 05:12:27 +03:00
|
|
|
<b>Member Since:</b> {{ moment(current_user.member_since).local().fromNow() }}<br />
|
2017-05-31 18:20:53 +03:00
|
|
|
<b>Group:</b> {{ current_user.group }}<br />
|
|
|
|
<b>2-Factor:</b> {{ current_user.twofactor }}<br />
|
2017-06-06 16:49:32 +03:00
|
|
|
<a href="/auth/change-password">Change Password</a>
|
2017-05-31 18:20:53 +03:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|