Yes this is possible (at least in 3.1) You have to:
* add URL restrict rules to anonymous role * create another role that logged in users will be part of that will allow access to sites In your example you have to 1. edit anonymous role (Access Control List) and add URL->Deny Access rules for: /public/login /public/login.* /public/login/* (Yes add all 3 rules) 2. create another role with above 3 rules but as URL->Get & Post (NOT Deny) 3. create a user that belongs to a role created above Thanks Amir > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 02, 2007 10:52 AM > To: [email protected] > Subject: [magnolia-user] Public access restriction > > Hi > > Is there a way to restrict access to nodes or pages on the > public instance using groups and users defined in the > admincentral user management? > > We are looking to implement a signin feature and then a > restricted area of the public website based on the login > information given by the user. > > Is this even possible using the build in user management > feature of magnolia? > > i.e > > public > - page1 (access for all) > - login > - page2 (restricted access) > - page3 (restricted access) > > Thanks > Frank > > ---------------------------------------------------------------- > for list details see > http://documentation.magnolia.info/docs/en/editor/stayupdated.html > ---------------------------------------------------------------- > ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
