pas.plugins.memberapproval is a Plone product that defines new PAS plugins. The plugins may be used for membership approval process. As soon as this package is installed and plugins activated (plugins are activated automatically after installation), any new site member has to be approved. All existing site member will be automatically approved on the first product installation (if this plugin does not exist in acl_users, it is considered as first installation).
This package does not provide any user interface for the approval process. If you want it (you probably want), look at collective.memberapproval.
pas.plugins.memberapproval Installation
Add collective.memberapproval to the list of eggs to install, e.g.:
[buildout]
...
eggs =
...
collective.memberapproval
Re-run buildout, e.g. with:
./bin/buildout
Install the product into the Plone site from the Add-ons control panel.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Users are no created in an initial "Unapproved" or "Pending" state, so it's possible to distinguish unapproved users from disapproved users.