Help
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/drupal/civicrm.module on line 585.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/Config.php on line 200.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/Config.php on line 422.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/packages/Log.php on line 147.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/packages/Mail.php on line 158.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/packages/PEAR.php on line 563.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/packages/PEAR.php on line 566.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/DAO.php on line 272.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/DAO.php on line 758.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/DAO.php on line 784.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/I18n.php on line 237.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/PseudoConstant.php on line 745.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/PseudoConstant.php on line 868.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Utils/System.php on line 590.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Utils/System.php on line 621.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/Session.php on line 102.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/Error.php on line 85.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/Error.php on line 169.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/Smarty.php on line 117.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Utils/Cache.php on line 78.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Utils/Cache.php on line 80.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/Component.php on line 89.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/BAO/Setting.php on line 56.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/BAO/Setting.php on line 146.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/packages/DB.php on line 470.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/packages/DB.php on line 547.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/packages/DB.php on line 1124.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/Permission/Drupal.php on line 145.
- : Assigning the return value of new by reference is deprecated in /home/sanctuary/www/www/sites/all/modules/civicrm/CRM/Core/Permission/Drupal.php on line 170.
- : Function ereg() is deprecated in /home/sanctuary/www/www/includes/file.inc on line 647.
- : Function ereg() is deprecated in /home/sanctuary/www/www/includes/file.inc on line 647.
- : Function ereg() is deprecated in /home/sanctuary/www/www/includes/file.inc on line 647.
- : Function ereg() is deprecated in /home/sanctuary/www/www/includes/file.inc on line 647.
- : Function ereg() is deprecated in /home/sanctuary/www/www/includes/file.inc on line 647.
- : Function ereg() is deprecated in /home/sanctuary/www/www/includes/file.inc on line 647.
- : Function ereg() is deprecated in /home/sanctuary/www/www/includes/file.inc on line 647.
- : Function ereg() is deprecated in /home/sanctuary/www/www/includes/file.inc on line 647.
- : Function ereg() is deprecated in /home/sanctuary/www/www/includes/file.inc on line 647.
- : Function ereg() is deprecated in /home/sanctuary/www/www/includes/file.inc on line 647.
Distributed authentication
One of the more tedious moments in visiting a new website is filling out the registration form. Here at Chicago Metropolitan Sanctuary Alliance, you do not have to fill out a registration form if you are already a member of Drupal. This capability is called distributed authentication, and Drupal, the software which powers Chicago Metropolitan Sanctuary Alliance, fully supports it.
Distributed authentication enables a new user to input a username and password into the login box, and immediately be recognized, even if that user never registered at Chicago Metropolitan Sanctuary Alliance. This works because Drupal knows how to communicate with external registration databases. For example, lets say that new user 'Joe' is already a registered member of Delphi Forums. Drupal informs Joe on registration and login screens that he may login with his Delphi ID instead of registering with Chicago Metropolitan Sanctuary Alliance. Joe likes that idea, and logs in with a username of joe@remote.delphiforums.com and his usual Delphi password. Drupal then contacts the remote.delphiforums.com server behind the scenes (usually using XML-RPC, HTTP POST, or SOAP) and asks: "Is the password for user Joe correct?". If Delphi replies yes, then we create a new Chicago Metropolitan Sanctuary Alliance account for Joe and log him into it. Joe may keep on logging into Chicago Metropolitan Sanctuary Alliance in the same manner, and he will always be logged into the same account.
Drupal