diff --git a/src/db/models/organization.rs b/src/db/models/organization.rs index aa3e1d01..2b54e1d0 100644 --- a/src/db/models/organization.rs +++ b/src/db/models/organization.rs @@ -464,7 +464,7 @@ impl Membership { "familySponsorshipValidUntil": null, "familySponsorshipToDelete": null, "accessSecretsManager": false, - "limitCollectionCreation": true, + "limitCollectionCreation": self.atype < MembershipType::Manager, // If less then a manager return true, to limit collection creations "limitCollectionCreationDeletion": true, "limitCollectionDeletion": true, "allowAdminAccessToAllCollectionItems": true,