[Radiant] Creating a secure area?

2006-09-06 Thread Jake Liddell
Hi all,   I’d like to create a /members section of my site, which will only be viewable to members who have logged on.  (These members could either be a new sub-category of radiant users, or could be a completely different list, either stored within the website database, or on the filesys

Re: [Radiant] Creating a secure area?

2006-09-06 Thread Kevin Ansfield
I'm currently doing something similar, although I am using a completely different user system to what radiant uses as default (it's basically a modified version of acts_as_authenticated and authorization plugins). All I've done so far is create some custom tags that allow me to show content bas

Re: [Radiant] Creating a secure area?

2006-09-06 Thread Maurizio Balestrieri
There is also a nice behaviour for password-based access control to site pages, which unfortunately, as the mailer one, doesn't seem to work out-of-the box with the current radiant release. It has been coded by Matt McCray. Hope someone will upgrade those plugins: I'm unable to do it by myself :( -

Re: [Radiant] Creating a secure area?

2006-09-06 Thread dror tirosh
Hi,I've done something similar based on auth_generator, I created behaviors for:- login- logout- user profile editing- invite a friend- webiste invitations for emails we already have in our DB - Register page- restricted behavior - obviously restricting entry to none registered users- and a Forums

Re: [Radiant] Creating a secure area?

2006-09-06 Thread Jake Liddell
September 2006 16:56 To: radiant@lists.radiantcms.org Subject: Re: [Radiant] Creating a secure area?   Hi, I've done something similar based on HYPER:-(IN:-| "http://penso.info/rails/auth_generator/"auth_generator, I created behaviors for: - login - logout - user profile editing -