Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Armitage 510 posts 2082 karma points
    Dec 01, 2020 @ 01:46
    David Armitage
    1

    Umbraco 8 Package Permissions Deny and Grant multiple user groups package.manifest

    Hi Guys,

    When creating packages we have the option to deny and grand access for user groups.

    EG.

     "access": [
            { "deny": "translator" },
            { "grant": "editor" }
          ]
    

    In some of the project I have we have some custom user groups. eg. adminsirtator, manager, editor, writer etc.

    I was just wondering how do we grant or deny multiple user groups.

    EG. Making a guess here. I couldn't find any information in the documentation to suggest how to do this.

    "access": [
                { "deny": "translator, writer" },
                { "grant": "admin, editor, manager" }
              ]
    

    Kind Regards

    David

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies