Active
Project:
Invite
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2011 at 23:10 UTC
Updated:
8 Mar 2012 at 11:31 UTC
Hi there,
I would really like to be able to set "New user registration by invitation only" setting, but also require administrative approval. Does anyone have any idea how I might go about this in the module?
Thanks
Comments
Comment #1
Thomas_Zahreddin commentedhm, you could combine with logintoboggan module:
create a role pre-authenticated user and use this role fore invited users, then aprove the invited users with this role.
(and it's up to you which rights you give to pre-authenticated - this is a role between anonymous and authenticated)
Comment #2
tajindersingh commentedJust in case anyone else reaches this page in search for mentioned feature. There is a hook_invite available in this module. That can be used as below to Keep invited registrations blocked resulting in Admin approval in both direct and invitation registrations.
Tajinder Singh
IMP Technologies
Creating Masterpieces...
http://imptechs.com
Comment #3
ami7878 commentedThanks for this helpful tip TajinderSingh. You saved my day :)