I have an application I am trying to build. I have ACL setup and I have the following groups.
-Admin -Merchants -Users I want to be able to signup all users by selecting what group they belong to and enter a username and pass for them. Then once they are registered they can edit there account. Merchant accounts will be different from users accounts and will use different database tables. How would I go about setting up authentication for users and merchants while keeping there account data tied to their login info so if there login gets deleted their profile gets deleted?
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
