Re: [Radiant] Re: Using Devise as an authentication solution for end users with Radiant - updated

2010-11-08 Thread Enrico Teotti
Hi, thanks a lot for your post. Did you have to run: ruby script/generate devise_views or did you manage to add the views to the load path? Without those views inside the extension I am getting a "Template is missing" when I submit the forgot password for example. Ta, enrico

Re: [Radiant] Re: Using Devise as an authentication solution for end users with Radiant - updated

2010-10-26 Thread Wesley Gamble
Did you segregate the Devise controllers away from the ApplicationController? What you're seeing is the collision between the Devise authenticate method and the LoginSystem (Radiant) authentication method. You need to "vendor" Devise and change it's controllers to descend from ActinController:B