Thanks, John (good to know), but the problem is that WikiController <
ApplicationController, and password_check is a method of
ApplicationController, but I get

undefined method `password_check' for #<WikiController:0xb6928cac>

I really just need to investigate the Instiki magic some more. The
practical question, though, was whether these class relationships
aren't preserved for controllers in extensions?

> You can use the no_login_required class method to turn authentication
> off on for a specific controller:
>
> class MyController < ApplicationController
>    no_login_required
> end
>
> --
> John Long
> http://wiseheartdesign.com
>
> _______________________________________________
> Radiant mailing list
> Post:   [EMAIL PROTECTED]
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>


-- 
-J. Method
_______________________________________________
Radiant mailing list
Post:   [EMAIL PROTECTED]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to