| 1 |
|
******************************************************************** |
| 2 |
|
D R U P A L M O D U L E |
| 3 |
|
******************************************************************** |
| 4 |
|
Name: Role Confer Module |
| 5 |
|
Author: Robert Castelo <www.codepositive.com/robert> |
| 6 |
|
Drupal: 5.x |
| 7 |
|
******************************************************************** |
| 8 |
|
DESCRIPTION: |
| 9 |
|
|
| 10 |
|
Confer a role on a user based on certain criteria: |
| 11 |
|
|
| 12 |
|
* Email address has been confirmed by user logging in or using one-time link |
| 13 |
|
* Specific fields have been filled in |
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
******************************************************************** |
| 19 |
|
INSTALLATION: |
| 20 |
|
|
| 21 |
|
Note: It is assumed that you have Drupal up and running. Be sure to |
| 22 |
|
check the Drupal web site if you need assistance. If you run into |
| 23 |
|
problems, you should always read the INSTALL.txt that comes with the |
| 24 |
|
Drupal package and read the online documentation. |
| 25 |
|
|
| 26 |
|
1. Place the entire module directory into your Drupal modules/ |
| 27 |
|
directory. |
| 28 |
|
|
| 29 |
|
2. Enable the module by navigating to: |
| 30 |
|
|
| 31 |
|
administer > build > modules |
| 32 |
|
|
| 33 |
|
Click the 'Save configuration' button at the bottom to commit your |
| 34 |
|
changes. |
| 35 |
|
|
| 36 |
|
|
| 37 |
|
******************************************************************** |
| 38 |
|
TO DO |
| 39 |
|
Document API |
| 40 |
|
Profile module integration |
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|