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 503 posts 2071 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

Please Sign in or register to post replies

Write your reply to:

Draft