CHANGELOG.txt |
CHANGELOG.txt |
|
user_external_invite 7.x-1.x-dev
==================
Issue #2835739 by darshi.addweb, afinnarn: Add confirmation on manage invites
Issue #2835531 by afinnarn: Add check for status field in user_external_invite_system_info_alter()
Issue #2840380 by… |
README.txt |
README.txt |
|
INTRODUCTION
------------
This module allows any user with the "invite new user" permission to send role
invites to an email address. This module assumes that you are using external
authentication (such as LDAP or Shibboleth) and that… |
user_external_invite.admin.inc |
user_external_invite.admin.inc |
|
Contains forms for the user_external_invite module. |
user_external_invite.api.php |
user_external_invite.api.php |
|
Contains hooks provided by the user_external_invite module. |
user_external_invite.drush.inc |
user_external_invite.drush.inc |
|
This file provides a way to invite users to a site via drush. |
user_external_invite.info |
user_external_invite.info |
|
name = User External Invite
description = "Allows users with permissions to assign a role and email invitations to other users. Requires external authentication."
core = 7.x
dependencies[] = token
dependencies[] = entity
configure =… |
user_external_invite.install |
user_external_invite.install |
|
Set-up database schema and install tasks for user_external_invite module. |
user_external_invite.module |
user_external_invite.module |
|
Invites a user to site when connecting via external protocol e.g. LDAP. |