Author: | Michael JasonSmith |
---|---|
Contact: | Michael JasonSmith <[email protected]> |
Date: | 2016-02-23 |
Organization: | GroupServer.org |
Copyright: | This document is licensed under a Creative Commons Attribution-Share Alike 4.0 International License by OnlineGroups.net. |
Sometimes, for whatever reason, an invitation to join a group fails to be delivered. This product provides the Resend page that allows the invitation to be resent.
The Resend page, resend_invitation.html
in the group context,
provides a entry to write a message, a button to preview the
message, and one to send the invitation. The Preview button,
and sending the invitation itself, is handled by the base
Invitation product [1]. The page presents itself as being in
the context of the Mange members page, because the Manage
members page provides the one and only link here.
- Code repository: https://github.com/groupserver/gs.group.member.invite.resend
- Translations: https://www.transifex.com/projects/p/gs-group-member-invite-resend
- Questions and comments to http://groupserver.org/groups/development
- Report bugs at https://redmine.iopen.net/projects/groupserver
[1] | See <https://source.iopen.net/groupserver/gs.group.member.invite.base> |