| 1 |
README for og_reg_codes.module:
|
| 2 |
|
| 3 |
Compatible with Drupal 5.x. Requires the Organic Groups module.
|
| 4 |
|
| 5 |
This is an add-on for the Organic Groups module designed to facilitate users
|
| 6 |
joining a specific group upon registration (or afterwards as a member) on sites
|
| 7 |
that have a number of groups that is too large to easily browse through or show
|
| 8 |
in the registration form.
|
| 9 |
|
| 10 |
A new user will be auto-approved as member of a group when they supply a group
|
| 11 |
code at registration. You may combine this feature with the usual use of groups
|
| 12 |
in the registration form. Users may also visit the "use group code" page (a tab
|
| 13 |
on the groups page) to join a group using a code, or to check a code.
|
| 14 |
|
| 15 |
Registration codes are only valid for groups that are "Open" or "Moderated". For
|
| 16 |
moderated groups, the membership will still need to be approved by a group
|
| 17 |
manager. Codes cannot be used to join groups that are "Invite only" or "Closed".
|
| 18 |
|
| 19 |
The group registration codes are added into the "invite friend" e-mail message,
|
| 20 |
and are also viewable on each user's account page.
|
| 21 |
|
| 22 |
Registration codes may be made required or optional on the user registration
|
| 23 |
page. Users who register and join a group by using a code may optionally be
|
| 24 |
assigned an additional role. Finally, the registration codes can be reset so
|
| 25 |
that a new set is generated and all previous codes are invalidated. Resetting
|
| 26 |
the codes has no effect on already subscribed users. You might want to reset,
|
| 27 |
for example, if a spammer is auto-registering accounts using an existing code.
|
| 28 |
It could also be useful, for example, in an educational situation to change the
|
| 29 |
codes at the end of a term/semester.
|
| 30 |
|
| 31 |
All the settings may be controled at the settings page at
|
| 32 |
/admin/og/og-reg-codes.
|
| 33 |
|
| 34 |
---
|
| 35 |
written by Peter (pwolanin@drupal)
|
| 36 |
|
| 37 |
development sponsored by SEE, http://www.studenteducationalexchange.org
|