Skip to Content Skip to Menu

External source for username en password

  • basd
  • basd
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
10 years 3 months ago #247045 by basd
Hi,


I have member database with Username password en userinfo like adres e-mail etc etc.

I can authenticate my users with an XML call against this database.
If user + pwd i get an oke back and the user info.
Can i make this work in combination With community builder ?

We already made our own login module, and we can login with this module, but we want to make the userinfo availebol in CB so i can use it joomla .

Can this be done ?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
10 years 3 months ago #247059 by krileon
Replied by krileon on topic External source for username en password
You'd need to keep the information in sync. Best way to do that is probably CB Auto Actions and a Code action with Method set to PHP on the after login trigger to sync the information to Joomla. CB doesn't actually store the username/password. That's entirely handled by Joomla in _users, so you could probably just push it to the Joomla user object during your login check.


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.

  • basd
  • basd
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
10 years 3 months ago #247129 by basd
Replied by basd on topic External source for username en password
It doesn't need to store the password :-D

Is the use of the login module of CB mendetory or can our login module for the login.

With kind regards,


Bas

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
10 years 3 months ago #247143 by krileon
Replied by krileon on topic External source for username en password
CB Login module is mandatory unless whatever login module you're using properly submits to CBs login page so CB can process the login.


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.

  • basd
  • basd
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
10 years 2 months ago #248497 by basd
Replied by basd on topic External source for username en password
Can you tell me where and how i can submit this ?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
10 years 2 months ago #248505 by krileon
Replied by krileon on topic External source for username en password
Edit the CB login module and review its source for code to properly construct CBs login form. You can find it at the below location.

modules/mod_cblogin/mod_cblogin.php


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