I would like to ask something about CakePHP and CakeDC user plugin... Yesterday I started my first CakePHP application (blog from CakePHP tutorial without login users). It's great, everything works Ok. Today I installed the plugin CakeDC users. I can log in, log out, change password, dashboard is available only for logged users etc. It is all ok. But... How can I protect others actions with this plugin? For example - action dashboard (prom cakeDC plugin) is accessible only to logged users. action add (add post to blog from CakePHP tutorial) is accesible to all users.
So my question is: How can I protect this action (add post) for logged users?
I'm trying it all day, but without success Thanks..