Announcement

Collapse
No announcement yet.

Default User Rights

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Default User Rights

    If the new user is not a member of the group, has not a single role, it can do everything except delete.

    How to block all rights for new user by default?

  • #2
    application/Espo/Resources/metadata/app/acl.json
    "scopeLevelTypesDefaults"

    You need to override it in custom/Espo/Custom/Resources/metadata/app/acl.json

    Comment


    • #3
      Thank you!

      Comment

      Working...
      X