I wanted to create a basic signup form and by submiting the form add the
user credential (UserID/Password) to a magnolia group that I've defined
previously in admin central.

I've try to find information about the mentioned PUR module but couldn't
find anything on the magnolia info site nor in the wiki.

Many thanks frank

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 03, 2007 1:59 PM
To: [email protected]
Subject: Re: [magnolia-user] Public access restriction

What do you mean by "at the sign up time"....Are you using public user
registration (PUR) module?...Or...?

Thanks
 
Amir
 

> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, October 03, 2007 5:47 AM
> To: [email protected]
> Subject: Re: [magnolia-user] Public access restriction
> 
> Thank you Amir
> 
> I'll give this a try. Any ideas on how to assign a user to an 
> existing user group at signup time? Does code example exist for this?
> 
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 02, 2007 5:08 PM
> To: [email protected]
> Subject: Re: [magnolia-user] Public access restriction
> 
> 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
> ----------------------------------------------------------------
> 
> ----------------------------------------------------------------
> 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
----------------------------------------------------------------

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to