This is indeed ACL. Your use/creator will be an ARO and the row an ACO, after story of permissions on CRUD.
Now if it's only to limit to "edit" and you have the creator_id/ user_id in the row, you can make it simple by checking if the creator_id of the row is the "logged in" user (from session)... hth On Jul 7, 6:55 pm, Kyle Decot <[EMAIL PROTECTED]> wrote: > I want to be able to redirect my users to a "Your Account is not yet > active page" if active is set to 0. I know there is userScope which > will not allow them to login, but how to I redirect them afterwards? > Thank you as always for the help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
