Closed (fixed)
Project:
Invite
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2013 at 19:00 UTC
Updated:
25 Nov 2016 at 19:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #0.0
tree887 commented"Who can register accounts"
Comment #1
spidermanI've forward ported this functionality from the 2.x branch, and it works basically the same:
1. Alter user account settings page to add a new "Invitees Only" option
2. Alter the user/register menu access callback to use a custom one which checks the above option and lets users with valid invites access the user registration form.
3. Implement a few helper functions to glue all this together.
Patch is attached.
Comment #2
ckngComment #3
spidermanHere's a reroll of the patch that applies against 4.0-beta2, which is behind HEAD enough that the first one fails.
Comment #4
SpartyDan commentedCommitted to 7.x-4.x
Thank you!