Allows users to invite others to join the site
Project description
About PloneInvite
PloneInvite is tool for Plone which allows portal members to invite new users to register into the portal. The portal administrator assigns the invite codes to the portal members and members can and these invite codes are used to send the invitation.
How to Use
For Portal Administrator:
Log in as portal administrator, go to Site Setup and click on Member Invitations link.
On this page you can give invites to other users and set the expiration period in days for the portal invites.
For Member:
After logging in open invite link present just below search box.
This page allows members to send invitations as well as see the status of their invitations.
Install
Put this product in to products folder and restart the zope.
Install the product from portal_quickinstaller.
Features
Assign invites to the users.
Admin can enforce email in the the invitation (invitee register with the same email address to which the invitation was sent )
Expiry Date for the invitation
Inviter can enforce email
User can register only if they have the invitation code
Manager can add users with out invitation code
Invitation e-mail message can be customized (page template modification)
Configuration
Customizing the invite e-mail
Go to the ZMI
Go to portal_skins, to plone_invite, select the invite_template, customize that
Customizing the invitation sender address
The email address which will be used as the “sender” in invite e-mails is the site-wide e-mail address by default. You can change it via “@@mail-controlpanel”.
If you want to use a different sender address than the site address:
Go to the ZMI
Go to the plone_invite tool, go to the ‘properties’ tab, modify plone_invite_email_address
Requirements
Tested on:
Plone 3.2.1, CMF 2.1.2, Zope 2.10.6-final
Plone 3.3b1, CMF 2.1.2, Zope 2.10.7-final
Plone 3.3.3, CMF 2.1.2, Zope 2.10.9-final
Warning
The product relies on a modification of the join_form for its functionality. Using the product alongside another product which also modifies join_form will not work.
Credits
Created by Giovani Spagnolo of Partecs Participatory Technologies. Maintained by Kees Hink of Goldmund, Wyldebeast & Wunderliebe.
CHANGES
1.1.1 (2010-01-04)
Fixed bug where invitation email’s sender address was left empty
Add property ‘plone_invite_sender_addres’ to tool to use instead of site’s ‘email_from_addres’.
1.1 (2009-12-01)
Plone 3 compatibility fixes by Kees Hink <hink@gw20e.com>. This takes care of just getting the product to work, but there’s more that could be done: see the TODO.
Breaks compatibility with Plone 2.5, due to @@authenticator, which is called from the join_form in Plone 3, isn’t available in Plone 2.5.
Renamed permissions from “PortalInvite: …” to “PloneInvite: …”.
- Minor modifications so it works under Plone 3, most notably
encode e-mail before sending
Enabled self-registration (‘Add portal member’ permission on the site), which is needed to enable new members to register themselves. (Self-registration is protected by the validation on the join_form, so people will only be able to register with an invitation code.)
Disabled ‘info@yoursite.com’ as default value, use site-wide email_from_address as default. (Still customizable through config.py)
Disable overriding of mailhost settings. (Install.py used to reset the portal’s mailhost settings to localhost:25)
Turn on invitation generation for new users by default (5 invitations), this is probably what most sites want. Should be configurable in Plone product settings configlet.
Disable bare try-except blocks in invite.cpy
Translations:
Added PloneInvite.pot and plone.pot
Added Makefile for easy creation and updating of translation (.po) files
Added Dutch translation
Fixed a bug in the user_invites template table, which showed only the invites which did not have enforce_address set.
Fixed bug in Extensions/Install.py which added two ‘invite_form’ links to user actions.
Added a “FakeMessageFactory” class for translations in controller scripts, see fakemessagefactory.py
For future release, these would be nice improvements:
Allow modification of invitiations e-mail “Sender” in configlet (currently through ZMI).
Modify configlet to enable modification of number of invites to give new users. (default is 5)
Include expiration functionality (invitation expires after configurable time period).
Do not lose invitations when re-installing.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for Products.PloneInvite-1.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76853bc8ec69123aa9da1d2891030dceb3ac1b0e4697d00652a5144797a80a78 |
|
MD5 | 0029d434f7274b776d09da74919ced7c |
|
BLAKE2b-256 | f8d097264976d231d64382ba103504b3272543a774aaf9fb7a6bd1350c3e28bb |