I don't know what version of Cake you are using, but if you are using
1.2.x.x then try the following as a test in your login view.

<?php echo $form->create('User', array('action' => 'login'));?>
        <fieldset>
                <legend>Sign in</legend>
        <?php
                echo $form->input('username');
                echo $form->input('password');
        ?>
        </fieldset>
<?php echo $form->end('Submit');?>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to