Solved Re: Auth passing user model to Acl

2008-10-30 Thread Fran Iglesias
Sorry, forget the issue. It was my fault. First, the problematic node was the ACO node, not the ARO. Acl checking the user model is perfectly OK (obvious). Second. My ACO's aliases were bad constructed. I was thinking on full paths as aliases and that's no longer needed from some time

Auth passing user model to Acl

2008-10-29 Thread Fran Iglesias
Hi, I have a problem with this. Using Auth with Acl and action authoroization. If fails beacause Auth pass the entire user model data to the AclComponent-check() method instead of an simple array with model and foreign_key keys. Could this be a misconfiguaration of the Auth Component in