Hi all, I added the Security component to my controller, which I thought would be enough to add basic form authentication. However, my admin_edit/admin_add actions both now fail (404).
I have tried adding various combinations of requirePost and requireAuth to my beforeFilter (applied to 'add' and 'edit' with and without admin routing, and also admin_add and admin_edit), but to no avail. In case it's relevant, my actions affect the controller's model plus one other (a hasMany relationship). Any help much appreciated, Toby --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
