==================================================
SQL QuickRegister - June 6, 2006
==================================================
Description
-----------
Groups allows one to display different entry pages after logging in
according to the group one is assigned to.
We have added a dropdown to the registration forms to list the groups which
are defined in the file groups.txt kept in the data folder.
Option 1:
One may want to create different registration form for each group. If so;
replace the dropdown with a hidden field for each group.
Option 2:
One may want to control the assigment of groups from the administrative
web panel. In this case use the standard registration form which does
not contain a form field for group. After registration the registrant
will be taken to a default page (main_menu.htm) where you can inform
the registrant that once they have been assigned to a group they will
be taken to their group page upon the next login. Alternatively you can
set the global parameter RegisterActivate=0 so that their account will
not be activated upon registration. When you assign the registrant to
a group you will then activate their account.
1. Edit Configuraton Parameters and set UseGroups to 1
2. Edit Groups and assign code to the name of the file.
Example: retailer=retailer.htm
wholesaler=wholesaler.htm
3. Upload the new login page to ../cgi-bin/quickregister/templates/groups