Ya.. totally, let's see some code. It sounds like you're using some out of the box code and never took out $this->Auth->login($this->data);
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of cricket Sent: Friday, April 23, 2010 6:16 PM To: CakePHP Subject: Re: User creation issue. On Apr 23, 3:47 pm, mau <[email protected]> wrote: > Hi everybody! > > I'm trying to build a user control panel for administrators, to add > users, modify, give permissions, etc. > > My problem is that when I try to save a new user to the user tables, > it seems that cake is login the new user. > > Is there any way to avoid that cakePHP, when I save a new user to the > users table, not login the new user? What do you mean by, "login the new user"? Your administrator becomes the new user? How are you saving this data? 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 [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 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 [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
