| 1 |
README for og_reg_codes.module:
|
| 2 |
|
| 3 |
Compatible with Drupal 6.x. Requires the Organic Groups module.
|
| 4 |
|
| 5 |
This module is an add-on for Organic Groups module, designed to restrict user
|
| 6 |
access to groups. Group owners (creator/manager) will be able to give the
|
| 7 |
registration key to site members. By using the registration key, site members
|
| 8 |
will be granted access to the group in question.
|
| 9 |
|
| 10 |
When creating a new group, the group creator will be prompted with an additional
|
| 11 |
form field to set a group registration key. If the group registration key is set
|
| 12 |
it will effectively restrict access to the group. By leaving the group registration
|
| 13 |
key field empty the additional functionality will be disabled.
|
| 14 |
|
| 15 |
The following rules will be followed when a user attempts to join a group via
|
| 16 |
registration codes:
|
| 17 |
|
| 18 |
* open - subscription requests are accepted immediately (default)
|
| 19 |
* moderated - subscription via registration key bypasses moderation mechanisms (modified)
|
| 20 |
* invite only - subscription must be created by an administrator (default)
|
| 21 |
* closed - subscriptions are administered by and administrator registration key bypasses closure (modified)
|
| 22 |
|
| 23 |
|
| 24 |
All the settings may be controlled at the settings page at
|
| 25 |
/admin/og/og-reg-keys.
|
| 26 |
|
| 27 |
---
|
| 28 |
written by Jeff Graham of FunnyMonkey
|