I have two sites having different database first site is in joomla name suppose www.abc.com second is job portal written in Php run as www.abc.com/jobs. I want to do single sign on for both . How i do that any help ?
You could use an LDAP Database as the primary storage for both your Joomla & Job portal site and the
LDAP Directory - http://extensions.joomla.org/extensions/clients-a-communities/user-management/13128
Can help you manage the clients with Joomla however depending on the platform of your portal the integration would have to be custom written but this should be a good starting point.
Related
I have a membership website in my subdomain built in wordpress.
Iam actually installing saas php scripts for various uses for my paid users.
My issue is my membership website is built with wordpress and my other sub directory websites are in PHP scripts.
Now the problem is i want to provide the access to all those PHP script tools exclusive for my paid members in my website.
I for now creating individual access to them for all 7 tools and mailing them the details. Which is taking me 20 min for each user.
I need to know any code or technique to make my work very easy.
My actual idea was to merge all the databases in main database so people can use same login for every tool. But, all the other variables are so different.
Iam unable to figure out. Please help.
My actual idea was to merge all the databases in main database so people can use same login for every tool. But, all the other variables are so different.
Iam unable to figure out. Please help.
I am working on a project that is much like WordPress.com and Ghost.org
I just wanted to know, How these platforms create blogging accounts for their users?
Do they:
Just create an account in the database and create a separate name-spaced database for the user's website
Or, Do they host the website on separate account using reseller hosting?
By the way, I am a PHP web developer. So, you can be technical with me :)
Please visit this
there is a discussion on this problem, may be helpful to you.That suggests you need to integrate Word Press MU in your wordpress site.
I am still new to magento. I have successfully installed magento ce on my local wamp server. I choose magento because I heard that it has multi site feature. My client have three separate website that are running on three domain name(www.sample1.com, www.sample2.com, www.sample3.com). I am planning to control them on one admin.
I would like to know how can I manage to create multi site on my local and how can I upload it on live server.
Also, can someone explain to me in simple the architecture of multi site of magento. If I'm not mistaken, I understood it this way.
admin -> my backend maybe running soon www.sample1.com that handles all my website.
website -> This is where I will give separate domain. for example website one is running on www.sample1.com. website two is running on www.sample2.com. and finally website three is running on www.sample3.com
store -> I don't have clear understanding of it.
store view -> this is the presentation layer. the most fron-end of the website where products, themes are displayed.
This is kind of stupid but i'm still new to magento.
Thanks!
We have a website developed in Magento (ex: www.example.com) and we are planning to develop mobile website which will run on sub-domain (ex: m.example.com).
Desktop version - www.example.com
Mobile version - m.example.com
We want to use same Magento database for both Mobile and Desktop sites. As I know we can't use same database for both sites as everything in Magento depends on {{base_url}}. I am unable to find if there are any ways to do this. Please help us with your ideas.
Edit:
I found this link which explains how to add multiple sites with same database but it seems to be applicable only for localization purpose because in my case, I need to have two different codes for desktop and mobile sites, with same database.
Any help would be appreciated.
I have a joomla site and i have added another job portal at same domain.Supoose my site is www.abc.com which is joomla site and www.abc.com/jobs is jammit job portal . HOW i do single signon(SSO) my Joomla sites and jammit jobs(Job portal)?
I don't think there is a "magic" solution: you have to write something we call "bridge" in programming.
Create a signon script that uses the APIs of both Joomla and Jammit Jobs for achieving authentication from external applications.
You can start from here:
Joomla Login Authentication from external app
Or you can search on the web for pre-made Single Sign On (SSO) solutions, like this one: http://extensions.joomla.org/extensions/access-a-security/site-access/auto-login/19547