Feature proposal #3375
closedImplement invite codes
Description
When an invite is sent a unique code should be generated. In CB Invites configuration you then specify what field this code would be supplied to so it can be matched against CB Invites during registration and accept the invite. The URL to accept the invite should also contain this code and CB Invites should pre-populate the field on registration with it (if displayed). This will allow registering with an email address other then the one the invite was sent to except still be able to accept the invite.
Updated by krileon over 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
A new field is implemented that'll add upon install called "Invite Code" (invite_code). This field is used to check for a users invite code; by default it's read only and displays on registration. The field will auto-populate when navigating to registration with an invite code specified. Validation will also check that if there is an invite code that it's valid. So this could be used to make registration only work if a valid invite code is provided.