constant USER_REGISTER_INVITATION_ONLY in Invite 7.2
Same name and namespace in other branches
- 7.4 invite.module \USER_REGISTER_INVITATION_ONLY
Registration settings form values.
2 uses of USER_REGISTER_INVITATION_ONLY
- invite_update_7201 in ./
invite.install - Change id of 'Invitees only' option on user settings form.
- invite_user_registration_by_invite_only in ./
invite.module - Determine if user registration mode is set to invite only.
File
- ./
invite.module, line 30 - Allows your users to send and track invitations to join your site.
Code
define('USER_REGISTER_INVITATION_ONLY', 3);