Monday, December 28, 2009

Cache MADNESS with Auth

Hi,

I have this userscope Auth configuration in the AppController:

$this->Auth->userScope = array('User.confirmed' => '1');

Today I decided to change the value from 1 to 2. I changed the line
above and ALL THE RECORDS IN THE user table.

The Auth components now DOES NOT LOGIN the users. I cleared the cache
but nothing happens!!

I hate this cakephp behaviour. Every time I work with the Auth/Acl,
some sort of caching mechanism is causing problems.

Do you have any idea?

Thanks!!

Dario

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: