Yeah this isn't exactly a normal request, but you could somehow set up
a that a User has a field inside itself that is user_id. So when their
is a primary account it sets the field to 0, however when their is a
secondary account it sets user_id to a parent account. So when Auth
component tries to login it will only have to look in the users table,
however you'll have to do some programming to sort out if there is a
parent account or this is a secondary account.


On Jul 18, 1:50 pm, mindpike <[email protected]> wrote:
> Is the built in auth mechanisms in CakePHP able to handle a single
> account that has multiple logins? I.E. Login Primary logs in on his
> dashboard clicks add user adds user Secondary. User secondary logs in
> with his user name and password but it is simply an alternative login
> for the Primary sharing the same account?
--~--~---------~--~----~------------~-------~--~----~
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