Added functionality to join organisations and the optional approval process

This commit is contained in:
2022-02-15 16:53:23 +00:00
parent 130c5ec9bb
commit 3735e1e9ce
8 changed files with 868 additions and 0 deletions

View File

@@ -24,7 +24,9 @@ return [
'timeout' => -1,
],
'membership' => [
'require_approval' => true,
'single_membership' => false,
'timeout' => -1,
],
],
];