View Single Post
  #1  
Old 01-23-2012, 12:35 AM
tommythejoat's Avatar
tommythejoat tommythejoat is offline
 
Join Date: Apr 2008
Location: Boston
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Single Sign On with 2 classes of user

Our organization has a public outreach Message Board running vBulletin and several other web sites each with their own local management.

Our membership system maintains accounts for members and provides a collection of core services. The vendor of the membership system has provided a facility that allows members to sign on to that system with a bounceback to one of the other systems. The user's session is marked with a secure token, which is in turn validated by each of the client sites.

I got this all working with vB3.8.4 but it had the defect that new registrations of members with a valid token from the membership system were a bit artificial because I cannot get the password from the membership system.

I am redoing this for vB4.1.8 because the previous code does not work properly due to some hook changes.

I have a plugin that checks to see if a session exists and just exits if it does.

If a session does not exist and the user has a valid token from the membership system, I query for their email address and use that to see if they have an account on the Message Board.

If they have an account, I log them in to that account.

If they do not have an account on the message board, I want to display a modal form that asks for their username and password. The form will be pre-filled with their real name for the username but they can change that if they like. When they press submit, I will use the password and username to create their vBulletin account.

In the previous version I just forced their real name as the username and created a random password for vBulletin.

My problem is that I do not have enough experience with php, buffered output and modal forms to know what I am doing.

We want to leave the standard vBulletin registration and login intact since our non-member users must register to use the message board similarly to the way vBulletin.org works. We end up with visitors, registered non-members and members. Members have access to areas of the Message Board not available to others.

If anyone has some ideas or can show me a solution to this display problem, I would appreciate it.

Our site is http://mb.nawcc.org/
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01218 seconds
  • Memory Usage 1,767KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete