othAuth problem solved with new version

2006-10-23 Thread yeastinflexion
it keeps popping up on the channel and the groups so i will mention this issue again: with the old othAuth v0.2 actions were being performed even though they were restricted. i discovered the v0.5 code that othman accidentally posted on the bakery and tried to get it working with the existing help

Re: Point of Sanitize->sql?

2006-07-20 Thread yeastinflexion
i thought php automatically addslashes to posted data? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group,

Re: strange othAuth problem

2006-07-17 Thread yeastinflexion
sigh. i spoke too soon. the actions are being performed regardless of the if!/die statement. i wasn't refreshing phpMyAdmin. any other ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post

Re: strange othAuth problem

2006-07-17 Thread yeastinflexion
i was reading: http://groups.google.com/group/cake-php/browse_thread/thread/5a4d967ba6c61b5a/b49aadf718b54165?q=beforefilter&rnum=3#b49aadf718b54165 ...and it sounds like a similar problem. does that mean that code is still being run for some reason even after the check has been performed? based

Re: How to insert multiple rows with foreach loop...

2006-07-12 Thread yeastinflexion
awesome. i was stuck there too. thanks AD7six --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send ema

Re: strange othAuth problem

2006-07-11 Thread yeastinflexion
i also tested this with the $othAuthRestrictions applied to app_controller or individual controllers... same effect. does nobody else have this problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" gr

Re: strange othAuth problem

2006-07-05 Thread yeastinflexion
i just discovered that there is another similar problem with any action. for example, if you wait long enough for the session to expire, but then you hit say, Save, the save will commit before you are redirected to the login page. --~--~-~--~~~---~--~~ You receive

Re: strange othAuth problem

2006-07-01 Thread yeastinflexion
http://cakephp.org/pastes/show/e6bed617b04b2021f2d907dce2f87eaa --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from th

strange othAuth problem

2006-06-30 Thread yeastinflexion
daxroc and i are both experiencing a strange problem with othAuth. i believe we have everything implemented as per instructions and everything works except one thing: when not logged in, you can call a restricted action and that action will be performed before you are redirected to the login page