Added capability for organisation administrators to accept/reject join requests, remove members, edit their details and reset their passwords

This commit is contained in:
2022-02-22 18:11:59 +00:00
parent 5456902f77
commit 0dbfbef594
14 changed files with 582 additions and 9 deletions

View File

@@ -121,7 +121,7 @@
{% include "tables/table-tool-menu.html.twig" %}
</div>
<div class="box-body">
{% include "tables/users.html.twig" with {
{% include "tables/organisation-members.html.twig" with {
"table" : {
"id" : "table-organisation-members"
}