Richard, I have a patch which will allow you to do $this->Auth->reload() which will pull user details in there.
https://trac.cakephp.org/ticket/5036 Good luck. -- Sincerely, ~Andrew Allen On Jul 13, 5:01 pm, RichardAtHome <[EMAIL PROTECTED]> wrote: > Hi all :-) > > I'm using Cake 1.2 and the Auth component. > > Everything is working fine (after a bit of fiddling and manual > reading), but... > > It looks like the Users model is only being read once at login and the > details stored in a session (not checked the cake code, but that would > match the behaviour I am experiencing). > > Basically, the edit is working (ie, database gets updated), but the > $this->Auth->user() isn't. > > This means, that if the user edits his profile (users table) the > changes are not reflected on the site until the user logs out and logs > back in again. > > For security reasons (changes to role etc.) shouldn't the user model > be re-read on every page view and only the user id stored in the > session? > > In the meantime, how do I get the Auth component to re-read the users > table after an edit? > > Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
