| 1 |
README for og_mandatory_group.module:
|
| 2 |
|
| 3 |
Compatible with Drupal 6.x. Requires the Organic Groups module.
|
| 4 |
|
| 5 |
An add-on for the Organic Groups module that makes one group mandatory for
|
| 6 |
all new users.
|
| 7 |
|
| 8 |
Choose one group that all new users will be put into. You can chose either
|
| 9 |
an open or a closed group. Any new user will be auto-approved as member of
|
| 10 |
the group. The group manager(s) of groups that a new user joins will get
|
| 11 |
an automatic e-mail notice.
|
| 12 |
|
| 13 |
This module also allows the admin to require a new user to join at
|
| 14 |
least one group during registration by requiring them to choose one of
|
| 15 |
the groups listed in the registration form. This group is in addition to
|
| 16 |
any mandatory group. This feature is disabled by defualt, is independent
|
| 17 |
of whether a mandatory group is selected, and has no effect if there are
|
| 18 |
no groups listed in the registration form.
|
| 19 |
|
| 20 |
---
|
| 21 |
originally written by Gerhard Killesreiter (killes)
|
| 22 |
5.x, 6.x version maintained by Peter (pwolanin@drupal, http://drupal.org/user/49851)
|
| 23 |
6.x initial update by geodaniel@drupal
|