Frontend - Ability to restrict teams creation to defined group(s) / admins
Currently, Team creation is at hand of every user with access to the contact app. That can lead to an anarchic situation with many Teams created, doublons, etc...
implemented since 22:
./occ config:app:set circles limit_circle_creation --value '<singleId>'
singleId can be a user, group, team, ...
We need to define where the UI for this will be and how it will look. Currently we don't have a teams settings section
A possible problem with this is that people currently won't be able to create collectives, right? @ArtificialOwl @max-nextcloud @mejo-
A possible problem with this is that people currently won't be able to create collectives, right?
Yes. We need to check from the collectives side if a user is able to create a team and only offer to create a collective if they can.