|
|
|
@ -5,10 +5,11 @@
|
|
|
|
|
<!-- IF !users.length -->
|
|
|
|
|
<p class="panel-body">
|
|
|
|
|
There are no users in the registration queue. <br>
|
|
|
|
|
To enable this feature, go to <a href="{config.relative_path}/admin/settings/user">Settings → User → Authentication</a> and set
|
|
|
|
|
To enable this feature, go to <a href="{config.relative_path}/admin/settings/user">Settings → User → User Registration</a> and set
|
|
|
|
|
<strong>Registration Type</strong> to "Admin Approval".
|
|
|
|
|
</p>
|
|
|
|
|
<!-- ENDIF !users.length -->
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table class="table table-striped users-list">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Name</th>
|
|
|
|
@ -72,6 +73,7 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- END users -->
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
|
|
|
</div>
|
|
|
|
@ -85,6 +87,7 @@
|
|
|
|
|
<br><br>
|
|
|
|
|
The username will be displayed to the right of the emails for users who have redeemed their invitations.
|
|
|
|
|
</p>
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table class="table table-striped invites-list">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Inviter Username</th>
|
|
|
|
@ -107,3 +110,4 @@
|
|
|
|
|
<!-- END invites -->
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|