I was too slow to check out the image you posted.

So here's an example. Say you had a site tree like this

- home
        - about
        - products
        - contact
        - extranet (contains the login mask)
                - article x
                - article y

What you want to do is
- ACL of the anonymous role
        - website repository
                - Read only | selected and sub pages | / (the anonymous role 
can read the whole tree…)
                - Deny access | sub pages | /home/extranet (…except for all 
pages underneath except)
        - URL
                - Get & Post | /* (user can call all URLs…)
                - Deny access | /home/extranet/* (…except anything that starts 
with /home/extranet/ -> this will trigger a login, at this point the standard 
magnolia login.)
- uriSecurity 
        - configure a pattern which reacts for your whole site, e.g. with url 
set to "/home*"
        - make sure that tis pattern is located _before_ the magnolia pattern 

Good luck!
-will
        
        


http://demopublic.magnolia-cms.com/.magnolia/pages/adminCentral.html

and you want
On 10.07.2012, at 09:42, Christian Balaguer Jehle (via Magnolia Forums) wrote:

> Hi Will
> 
> 1. By area I mean a certain website tree like this:
> [code]
> - internet
>  - TESTING
>    - en
>      - otherStuff
>      - cug (accessible by anonymous)
>        - protectedPage1 (accessible after login)
>        - protectedPage2
> [/code]
> 2. I just made sure that the anonymous user has no groups and only the 
> anonymous-role assigned.
> 3. I am doind this on the public instance, yes.
> 
> If I deny the access to e.g. '/*' it works, so generally the ACLs seem to 
> work. Here you see the ACLs I assigned to the anonymous user:
> [img]http://temp.crisi.ch/anon_url_acl.PNG[/img]
> 
> -- 
> Context is everything: 
> http://forum.magnolia-cms.com/forum/thread.html?threadId=e6866ff7-8151-472c-9441-69f02f22e1fc
> 
> 
> ----------------------------------------------------------------
> For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
> Alternatively, use our forums: http://forum.magnolia-cms.com/
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
> 



----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to