Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download user_external_invite-7.x-1.2.tar.gztar.gz 18.31 KB
MD5: f55acdbe3d90067367962955562af2d6
SHA-1: 5793667652ecc9d1bf1ddbd021ff441e562c9b5f
SHA-256: 3a120ef307ffd46881a2ca7aad82d04700da6042f3ff4b87bcf71ca2499ee4dd
Download user_external_invite-7.x-1.2.zipzip 21.99 KB
MD5: 708388676acf00572b508d4efa3b4314
SHA-1: 57c2221ebea4bca5699b0c2d74ccf7078be530e5
SHA-256: c07b575ddf3912d189bbbcb51effc611fc5f47ce9115c89231b6328f5636b0cb

Release notes

WARNING: This release adds new features and changes the UI of the module. The "admin/people/invite" screen has been separated into sending invites, on "admin/people/invite" and managing invites, on "admin/people/invite/operations." Please plan accordingly for this UI change.

A new feature has been added for resending an invite that you can use on the operations screen. Users can provide a new message to users when the new invite is sent, but the rest of the email uses the template for sending an initial email.

A new API hook has been added to provide module developers with the ability to add checks that can prevent an invite from being sent. If a hook returns a message, then the invite will not be sent and the returned message will be displayed to the user. The messages can stack so multiple checks can be done from different modules with different reasons why the invite wasn't sent; however, once one module returns a message the invite will be cancelled.

Issues Resolved:
#2828060: Fixing typo in user_external_invite.admin.inc file
#2826585: Code cleanup and coding standard
#2825931: UI Improvement for Invite Screen
#2827185: Add "Resend Invite" to Operations Screen
#2826588: Non registered email ids can be invited

Created by: afinnarn
Created on: 6 Dec 2016 at 16:53 UTC
Last updated: 6 Dec 2016 at 16:58 UTC
Bug fixes
New features

Other releases