> Anyone know how to refresh the user record? Is it simply a case of > setting the Auth Session User var?
Looking at the Auth source, it populates the key 'Auth.' . $this->userModel, or Auth.User by default. You may want to try just doing $this->Auth->login() again from the edit page (be sure to pass it the username and (hashed?) password). -js --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
