Contributions
Account Signup Management
This contribution will give the admin the control over what fields are both displayed and/or required.
| DN Jacobsen | 16 Jul 2002 |
Found a snall bug dealing with the drop down box for the country when not required is chosen.
This has been fixed!
********************************
This contribution will give the admin the control over what fields
are both displayed and/or required.
When installed all you have to do is go into application_top.php
and define true or false to the listed conditions for the account
signup.
ie:
// ****************************
// Control what fields of the customer table are used
// ****************************
define('ACCOUNT_EMAIL', 'true');
// ****************************
// Control what fields of the customer table are required
// ****************************
define('ACCOUNT_REQUIRED_EMAIL', 'false');
| DN Jacobsen | 14 Jul 2002 |
Note: Contributions are used at own risk.
