Liqiud basics
Modules
API
Mailer
Community Rights
On this page
Overview
Below is a list of all the available drops on the Rights object
| Name | Description |
| group_create_child | Create sub groups |
| group_read | Read daata from the group |
| group_update | Update the group |
| group_delete | Delete the group |
| membership_create_own | Join the group (Only relevant for guest roles) |
| membership_read | Read profiles of members in the group |
| membership_delete_own | Leave the group (Only relevant for member roles) |
| membership_delete_other | Kick others from the group |
| post_create_root | Make posts |
| post_create_child | Make responses to posts |
| post_read | Read posts |
| post_update_own | Change their own post |
| post_update_other | Change others post |
| post_delete_own | Delete own post |
| post.delete_other | Delete others post |
There are four more rights that can be asked for: "create", "read", "update" and "delete" . They are shortcuts so there is no need to be specific about which right is asked for. Asking a group for "read" right is the same as asking for "group_read" while asking a post for it asks for "post_read".
This is particularly useful for "update" and "delete" as they have different rights based on the author.
Updated: 2020-06-16