authlogic-connect-example-rails2 icon indicating copy to clipboard operation
authlogic-connect-example-rails2 copied to clipboard

How to turn off default redirect to user_sessions/new

Open andreierdoss opened this issue 14 years ago • 0 comments

I am trying to add a controller that doesn't need authentication to this example, but I cannot access it, because 'require_user' is fired off somewhere down the path. I cannot figure out if I'm missing something. I even added 'before_filter :require_no_user', but that doesn't help.

Please let me know, Thanks

andreierdoss avatar Jul 21 '10 22:07 andreierdoss