Skip to Content Skip to Menu

Alternate Log-in

9 years 10 months ago #254474 by Smooth2SITF
Alternate Log-in was created by Smooth2SITF
I did some searching and I cant really find the answer I was looking for.

I am about to build a sister site for our parent organization. It will have its own DB and own CB and all with its own users ect.

My question is, is there a ability to create a Alternate Log-in method that will allow me to maybe select a Alternate method from a drop-down box and log-in with my credentials from my original site, of course with the approval of the new site administration (which will be me too). Similar to Facebook connect maybe? I guess the 2 databases talking to eachother. Any thoughts?

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48482
  • Thanks: 8283
  • Karma: 1443
9 years 10 months ago #254533 by krileon
Replied by krileon on topic Alternate Log-in
It's possible to develop that, yes, but we have nothing to provide that. You may want to look into Joomla multisite extensions. I've no idea how well such extensions work with CB as I've never used them though.

Another option is to push the users data from one site to another using CB Auto Actions and the Query action acting on the external database then substituting in their profile data, but it's not as simple as it sounds as there's roughly 3 tables you need to keep in sync.

Then there's also the option of creating an authentication plugin that compares their credentials against your other CB site, validates them, then CB will generate a simple user for them (CB already does this for authentication plugin logins).


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

9 years 10 months ago #255267 by Smooth2SITF
Replied by Smooth2SITF on topic Alternate Log-in
Thanks Kyle,

So do you think of or know of a plugin that does something like this already?

I use to use e107 back in the day for websites and they had something that incorporated that but now since I use Joomla, im looking for that option with it. I figured since CB is a component that basically expands and maintains the user profiles, i figured CB would be the best place to ask this.

What about if the site is using the same host? like 2 sites on the same host that share information? I have never tried that but it is a option

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48482
  • Thanks: 8283
  • Karma: 1443
9 years 10 months ago #255274 by krileon
Replied by krileon on topic Alternate Log-in

So do you think of or know of a plugin that does something like this already?

Nope, you'll need to check Joomla.org extension directory for multisite extensions. The alternative is to try using CB Auto Actions and the Query action to synchronize data across sites. Probably best alternative is a Joomla authentication plugin specifically designed for this, but we have no such thing.

What about if the site is using the same host? like 2 sites on the same host that share information? I have never tried that but it is a option

It'd only matter if they shared the same database, but that's going to cause a list of other problems.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

9 years 10 months ago #255283 by Smooth2SITF
Replied by Smooth2SITF on topic Alternate Log-in
Ok, fair enough.

I have a huge idea that just popped up into my head.

I think I can achieve this by doing something even more simple, however, it would require something like conditional fields during registration.

Is there a way, to create a like drop-down field in the database and based on what is selected in the field, tells what other specific fields show up on the registration page? Basically a conditional field.

If I can do that, I would be able to make the website(s) I am trying to build.

Basically, I have a hierarchy organization. Right now I have the Department site done but, I would like to use the same data and site information and create a division site.

I intend to do that by using a different theme template and directing certain menus ect to us that template. Then, pointing a new domain to the specific page I will be using.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48482
  • Thanks: 8283
  • Karma: 1443
9 years 10 months ago #255287 by krileon
Replied by krileon on topic Alternate Log-in
You described CB Conditionals purpose exactly. It shows and hides fields or tabs based off other field values. Please see the below tutorial to get started.

www.joomlapolis.com/support/tutorials/107-use-cases/18336-using-cb-conditionals-to-hide-or-show-fields-or-tabs


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum