Disable Workspace Access

Last post 08-12-2008, 12:03 AM by gabriel.malherbe. 3 replies.
Sort Posts: Previous Next
  •  08-05-2008, 12:40 AM 25333

    Disable Workspace Access

    Undergrounders,

    I'm looking for a way to (totally) lock users out of the workspace. By setting security on all the items in the Workspace security still allow a user to view the landing page of the Workspace (reports and worklist). Is there a way, using the workspace security layer, to lock all (except admin) users out?

    Regards,
    Gabriel

  •  08-05-2008, 5:58 AM 25344 in reply to 25333

    Re: Disable Workspace Access

    I don't know of a way to do it through workspace, but  you could add something like this to the web.config:

    <authorization>
          <allow roles="admins"/>
          <deny users="*"/>
    </authorization>

    The drawback would be anytime you upgrade your software you would probably have to re-add these entries.



    The statements and opinions made in my postings are my own, and do not reflect the opinions of SourceCode Technology Holdings, Inc. or its subsidiaries. All information is provided as is with no warranties, express or implied, and grants no rights or licenses.
  •  08-11-2008, 12:48 PM 25458 in reply to 25333

    Re: Disable Workspace Access

    You can manage workspace access rights from within the workspace security tab.
    Yousef T. Eqtait
    K2 Consultant - DXB
  •  08-12-2008, 12:03 AM 25466 in reply to 25458

    Re: Disable Workspace Access

    Yes, but you cannot totally block access. The minimum you can accomplish in the Workspace Security tab is a view of the users worklist and shortcuts to reports and unfortunately we require only admin users to have ANY access into the workspace.

View as RSS news feed in XML