On one site I had overridden app/controllers/user_controller.rb (only set 1 method 'home'). This was causing vendor/plugins/login_engine/app/controllers/user_controller.rb::protect? to not execute. As a temporary fix I copied the protect? method into my overridden copy.
The login form not working is essentially the same problem. The controllers no longer seem to be 'mixing in' properly. Since I was only doing a redirect in the home action, I just removed app/controllers/user_controller.rb, and added a user/home.rhtml view with a simple javascript redirect. -- Posted via http://www.ruby-forum.com/. _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
