Copied to clipboard

Flag this post as spam?

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


  • bradley 13 posts 33 karma points
    Oct 10, 2011 @ 11:31
    bradley
    0

    DashBoard.config and permissions reversed?

    Hi

    I have a Dash board.config that looks like this.

     <?xml version="1.0" encoding="utf-8"?>

    <dashBoard>

     <section alias="StartupModerationDashboardSection">   

    <areas>

     <area>content</area>

     </areas>

        <tab caption="New Parents And Children">

          <access>

            <deny>editor</deny>

          </access>

          <control>/usercontrols/Moderation/Child.ascx</control>

     </tab>

      </section>

     

    The problem is that I would expect the 'editor' no to be able to see the tab "New Parents And Children".  However, when I log in they can see this tab.  If I change the access node to read:

     <access>

            <grant>editor</grant>

          </access>

    The tab is then hidden.  It seems that the permissions are reversed, what am I missing?

    Bradley

  • Fuji Kusaka 2203 posts 4220 karma points
    Oct 10, 2011 @ 11:39
    Fuji Kusaka
    0

    Hi Bradley,

    I have the same requirement where i dont want user to get acces to certain tabs.

    Anyway you might have a look at Attackmonkey.

  • 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