Search the Community
Showing results for tags 'single login'.
-
I need to create a main portal/front page that allows user to login into the main page. Then from there they can login into other system automatically. All the other system are in php but might be using different frameworks. I'm sure whether I conveyed what I needed, but an example is like Google, I set Google Search as my main page. When I sign in to the page, from there I can go into GMail, GPlus, Youtube, Maps etc without signing in again So basically I need a system/portal where I can 1) manage user logins 2) single login/authentication to other system module (something like Google) 3) have basic functions like a notice board and form submissions 4) and of cource in PHP I'm currently looking at Joomla (first time exploring it), but I'm not sure whether this or other CMS can handle this. Or maybe not CMS but other kind of system for this kind of need.
- 2 replies
-
- login
- single login
-
(and 2 more)
Tagged with:
-
I need to create a main portal/front page that allows user to login into the main page. Then from there they can login into other system automatically. All the other system are in php but might be using different frameworks. I'm sure whether I conveyed what I needed, but an example is like Google, I set Google Search as my main page. When I sign in to the page, from there I can go into GMail, GPlus, Youtube, Maps etc without signing in again So basically I need a system/portal where I can 1) manage user logins 2) single login/authentication to other system module (something like Google) 3) have basic functions like a notice board and form submissions 4) and of cource in PHP I'm currently looking at Joomla (first time exploring it), but I'm not sure whether this or other CMS can handle this. Or maybe not CMS but other kind of system for this kind of need.
- 1 reply
-
- login
- authentication
-
(and 1 more)
Tagged with:
-
Hello everyone I am a total newb to writing code. I have learned a few things by tearing apart script and seeing what makes it tick, but other than that - total idjit. However! I am in the process of putting together a website that will require ONE login for multiple scripts. They would be, for example, an ajax or php chat - forum - gallery - classifieds. I have considered using an already put together CMS or even a forum with multiple mods-plugins etc. In the end, I decided I'd like to try and write this from scratch. Can I have all of the software point to one shared mysql database? shared table? I know that each software has their own mysql prefix, so I don't know how that would work. Again, I don't know if this is possible, but any help would be greatly appreciated as my google searches have not been very fruitful Thanks!!! Mags