You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
For now, communities can only set up easily one administrator.
There is no way for a community admin to give special permissions to another member to administrate the community.
For now I do it by inserting directly in the DB :
insert into group_users values ("+mycommunity:domain.com","@myotheradmin:domain.com",1,1);
It would be useful to be able to define other roles in communites, which could get individual permissions to :
invite people
kick people
add rooms
remove rooms
change description
give power to another user..
...
The Permission model in rooms allows really fine permissions, but is quite binary for communities.
The text was updated successfully, but these errors were encountered:
Description
For now, communities can only set up easily one administrator.
There is no way for a community admin to give special permissions to another member to administrate the community.
For now I do it by inserting directly in the DB :
insert into group_users values ("+mycommunity:domain.com","@myotheradmin:domain.com",1,1);
It would be useful to be able to define other roles in communites, which could get individual permissions to :
The Permission model in rooms allows really fine permissions, but is quite binary for communities.
The text was updated successfully, but these errors were encountered: