Hi,

On the 7x2.1beta version, there is a registration option for "Invite only" under "Who can register accounts"
(this is under the url ....admin/config/people/accounts )

Will that be added to the 7x4.0 version?

Thanks!

Comments

tree887’s picture

Issue summary: View changes

"Who can register accounts"

spiderman’s picture

Assigned: Unassigned » spiderman
Issue summary: View changes
StatusFileSize
new3.06 KB

I'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.

ckng’s picture

Assigned: spiderman » Unassigned
Status: Active » Needs review
spiderman’s picture

Here's a reroll of the patch that applies against 4.0-beta2, which is behind HEAD enough that the first one fails.

SpartyDan’s picture

Status: Needs review » Fixed

Committed to 7.x-4.x

Thank you!

  • 20b4833 committed on 7.x-4.x
    Issue #2079671 by spiderman: Invite only option
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.