Hey Jeff,

Add `no_login_required` to any public controller that descends from 
SiteController. It's defined here: 
http://github.com/radiant/radiant/blob/master/lib/login_system.rb#L85


On Oct 19, 2010, at 4:32 PM, Jeff Casimir wrote:

> Hey all,
> 
> I'm working on an extension that has controllers and views which I
> want to be publicly accessible -- they don't go through the normal
> radiant page structure or use the admin interface.  As long as I'm
> logged into the radiant admin interface everything works great.  If
> you're not logged into Radiant, though, it bounces you to the admin
> login screen when you try to access any action.
> 
> Is there an easy config option to tell radiant "allow public access to
> these controllers / urls"?
> 
> Thanks,
> Jeff

Reply via email to