Re-built organisation permissions

This commit is contained in:
2023-06-07 13:41:14 +01:00
parent 0ca0f83ac4
commit 522718f7ee
10 changed files with 277 additions and 221 deletions

View File

@@ -15,6 +15,7 @@
* SMTP server password: SMTP_PASSWORD
*/
return [
'debug' => [ 'auth' => true ],
'organisation' => [
'registration' => [
'require_approval' => true,
@@ -25,5 +26,6 @@ return [
'single_membership' => false,
'timeout' => -1,
],
'combine_action_buttons' => false,
],
];