This module allows you to restrict access to CRUD entries only to the users who actually created them.

Modules User Logs

After installing the module, you will see a checkbox for each CRUD separately, whether to use this restriction setting.

There are two different modules:

  • Users Multi-Tenancy (adds field created_by_id into the table and scope)
  • Teams Multi-Tenancy (adds CRUD "Teams", and created_by_id + created_by_team_id into the table)

But these modules have very similar behavior - adding a field value automatically into the table, and then using Global Scopes to filter the data for access.

Read more