Logs for

Page 21 of 211,232, showing 20 records out of 4,224,636 total, starting on record 401, ending on 420

# At Username Text
# Aug 6th 2008, 16:40 TommyO castroalves: your authentication will have to reside somewhere less 'dynamic'
# Aug 6th 2008, 16:40 castroalves renan_saddam: I love you, man!
# Aug 6th 2008, 16:40 castroalves ahahahhah
# Aug 6th 2008, 16:40 castroalves renan_saddam: is just it
# Aug 6th 2008, 16:40 renan_saddam ;)
# Aug 6th 2008, 16:41 castroalves I gotta go...
# Aug 6th 2008, 16:41 castroalves Tomorrow I come back to talk to you...
# Aug 6th 2008, 16:41 francky06l Mathachew: some who did not logged, is not in Auth->user(), so you can create for him a "generic" Auth value in session where the user id = 0; then use this to check in isAuthorized
# Aug 6th 2008, 16:41 castroalves BTW, thanks for all..
# Aug 6th 2008, 16:41 castroalves Bye!!!
# Aug 6th 2008, 16:42 TommyO Mathachew: specific nodes you mean ACL? or actions?
# Aug 6th 2008, 16:42 Mathachew controllers and actions
# Aug 6th 2008, 16:43 Mathachew francky06l: I have a conditional, if the user is logged in, do this, if not, do that
# Aug 6th 2008, 16:43 TommyO $this->Auth->allow('action');
# Aug 6th 2008, 16:43 TommyO no need to trigger isAuthorized at all
# Aug 6th 2008, 16:43 Mathachew I have a permission system in place
# Aug 6th 2008, 16:43 francky06l Mathachew: yes and ?
# Aug 6th 2008, 16:43 Mathachew francky06l: and manually checking the user's permission returns true, but they are still automatically redirecte
# Aug 6th 2008, 16:44 TommyO Mathachew: ^^^^
# Aug 6th 2008, 16:44 francky06l Mathachew: well either you do not care of the user hit, then you do not need ACL .... or you do then you can verify it