That's how my app_controller.php begins: class AppController extends Controller { var $components = array('Auth');
On Aug 16, 9:13 pm, Miles J <mileswjohn...@gmail.com> wrote: > Do you have the Auth component enabled? > > On Aug 16, 2:04 am, Zippoxer <zippo...@gmail.com> wrote: > > > > > This is the form code in the view: > > <?php > > echo $form->create('Player'); > > echo $form->input('name', array('label' => 'Name')); > > echo $form->input('password', array('label' => 'Password')); > > echo $form->end('Login'); > > ?> > > > And in the controller I just do: > > print_r($this->data); > > > Then I see an array with the username and password, but the password > > is always empty. > > > On Aug 16, 6:16 am, Sam <s...@masterscommission360.com> wrote: > > > > We need more info... can you paste your view, and perhaps your > > > controller action? > > > > On Aug 15, 1:24 pm, Zippoxer <zippo...@gmail.com> wrote: > > > > > I've created a simple authentication form with username and password > > > > input fields. > > > > The problem is that the password is always empty through $this->data > > > > in the controller, but username is not empty. > > > > What's the problem? 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en