plone.app.changeownership is a Plone product to allows you to change objects ownership.
Problem
There is no way in plone to transfer ownership of all objects owned by an user to a new user. To delete a plone member in such case is not an option.
Solution
plone.app.changeownership makes easy to transfer ownership from one ore more members to a new member. It also can change content metadata, like Creators field.
Install
See docs/INSTALL.txt for a buildout configuration.
You have to install the package from quickinstaller or setup_tool. You will get a configlet in the plone control panel named "Change Ownership".
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Fix permissions for Plone 4 [fdelia]