Hi,
I had wanted to have a single signon to phpbb, so i followed
http://www.phpbb.com/kb/article/phpbb3-sessions-integration/ and replaced my
User model/table/controller/etc to Member. Since I had trouble making it
work, I had since commented out the login into phpbb part. But since I
still want to look into it in the future someday, I still have my model use
Member, and I have $this->Auth->userModel = 'Member';
But for some reason in my session I'm getting this:
Array
(
[Auth] => Array
(
[Member] => Array
( // filled by Member model variables
)
[User] => Array
( // filled by Member model variables
)
)
)
The Member model was originally User (i just rename it, the table names,
field names, etc). Why am I still getting the User array? Or is this an
expected behavior?
Regards,
Iqbal S.
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