On Feb 3, 2011, at 15:17, Henrik Gemal wrote:

> I use Auth on one of my websites.
> When I change another users password I like the other user to get
> logged off.
> How do I do that?

The way that occurs to me: On every page load, you'd have to check the database 
and verify that the password the user typed to log in is still correct. That 
would mean you'd have to store the password they typed in the session 
somewhere, or better, the encrypted version of the password they typed.


-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to