If you use a different field name for username, you have to tell the
Auth component that.

In my app_controller.php, I map to 'username' to a field 'user_name',
and 'password' to 'user_password' with the following:

        $this->Auth->fields = array('username' => 'user_name',
'password' => 'user_password');

I'm guessing that you loginname is the issue.

On Nov 12, 7:40 am, "Liebermann, Anja Carolin"
<[EMAIL PROTECTED]> wrote:
> Group is Gruppe in German and I adapted the code, models, controllers
> accordingly. Or do groups have to be named groups, like the loginname
> has to be username?
>
> Thank you in advance!
>
> Anja
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to