$Id: README,v 1.1.2.1 2009/04/02 00:16:53 matt2000 Exp $

CiviRegister

ABOUT

This is an upgrade to Drupal 6 of the civiregister module originally by
Ninjitsu Web Development. Upgrade assistance provided by Silas Albrecht 
or left-click.us for www.UnionWebServices.com.

It's a pretty simple module that basically replaces the /user/register form with a civi register form. As Matt wrote "So this module was written in order to redirect from Drupal's Registration form to a designated Profile instead, essentially handing the task of creating users to CiviCRM instead of Drupal (though drupal's user_register form is still processed in the background). This allows full Contact matching rules to be observed."


INSTALLATION

Getting this module working is a little bit tricky, so please follow the following directions carefully:

Move the code into you sites/all/modules folder and enable it.

The module will attempt to configure a CiviCRM profile for you if you already have one. If not, you'll need to make a profile. It must be Active, enabled for User Registration, enabled for Profile, must include Drupal Registration, and must Update on Match.

In /admin/user/settings you'll need to set the CiviCRM profile for the module to use for registration. You can only select one profile.

Now head on over to /admin/user/permissions and make sure "profile listings and forms" under "CiviCRM" is enabled for anonymous.

Lastly, Configure your rules for finding duplicate matches at /civicrm/admin/deduperules.

Good luck!

NEW FEATURES

Other than now working with D6, this module also includes a hack to click the "Create an account?" check box automatically.


