I'm on 1.3.6, and have multiple prefixes. I want to always redirect
to /users/login when authentication is required. I was hoping this
would work:
'loginAction' => array(
'controller' => 'users',
'action' => 'login',
'prefix' => false
)
...but it doesn't. I have also tried to daisy chain the various
prefixes ('admin' => 'false, 'manager' => false' etc) but that doesn't
work either.
Any bright ideas?
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment