entity_limit
324 sites
Security covered
Entity Limit allows administrators to restrict the creation of the number of entities that users may create. Basically, this module provides options to define a creation limit based on user and role.
Currently, entity_limit offers the following functionalities
- Per User entity limit settings.
- Per Role entity limit settings.
- Priority based entity limit configurations.
Important Points
- Per-User limit will always take precedence over Role limits.
- If a user belongs to roles A and B, which have limits of 3 and 4 (respectively), the user will have a node limit of 4.
- Role limit will force that limit for individual users i.e. if `Creator` role has limit of 5, then every user under `Creator` role can create 5 nodes.