Re: [Radiant] Password Protect an entire instance

2008-06-17 Thread Sean Cribbs
Josh, Here's another "we did that for Redken" moment. The professional site on Redken requires authentication in various places, but the consumer site requires none. Essentially we added a boolean flag on the Page model that would let one select whether login was required to see that page a

Re: [Radiant] Password Protect an entire instance

2008-06-17 Thread Josh Schairbaum
Sean, Thanks for the tips. I've also got the multi-site extension installed, would it be possible to completely password protect one site, but not the other? Meaning, could the filter on SiteController figure out which page was the root of the site and use it that way? Regards, Josh On

Re: [Radiant] Password Protect an entire instance

2008-06-04 Thread Sean Cribbs
RadiantOnRails is about a year old and thus not recommended. I recommend creating an extension that injects a before filter into SiteController so as to intercept the login and also turns on sessions. You would also need to make your own member model, perhaps using a plugin like acts_as_authe