Greetings all,
I'm continuing the exploration of cakephp, this time I'm trying to
implement an authentication system. I'm using OthAuth wich I find very
good and configurable, it plugged into my existing db user tables
nicely.
I restricted access to the CAKE_ADMIN path and it works very well, but
now I've some problems  with the following: my pages are served trough
a "show" action, some are public and some (e.g. show/8, show/9) only
for registered users, pretty common thing... In order to protect this
pages I though to put into the  $othAuthRestrictions array
"show/8,show/9" and creating  permissions into the "members" group like
"show/8" an "show/9", but now I all the pages require authentication.
Obviously I'm missing something...how is possible to protect only some
parameters in an action and let others public?

Many thanks for any reply!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to