I have a joomla instance and a cakephp instance in my site. What I want is to have a single login form for both the joomla and the cake instance.
Is this possible? Possibly there is a plugin that allows this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use a Joomla-CakePHP bridge to execute Cake app in your Joomla instance.
If you want the two to work separately I think you can set up an authentication in Cake to user Joomla database and the data stored there when you are authenticating users.