Overview
A very common request of customers is to give them a listing of registered users in theirs portals and sites. Althought, as PlonePAS allows us to deploy different user and properties sources, even the most simple case – Plone factory settings – is not covered when we need to export user data.
This package aims to solve, at least, the simple use cases, allowing portal managers to export member data (except password) on a CSV format.
Installation
To use this package, on a buildout based installation:
Unpack sc.base.memberdataexport package to src/ folder of your buildout
Edit your buildout.cfg and add the following information:
[buildout] ... eggs = sc.base.memberdataexport [instance] zcml = ... sc.base.memberdataexportThe last line tells buildout to generate a zcml snippet that tells Zope to configure sc.base.memberdataexport.
If another package depends on the sc.base.memberdataexport egg or includes its zcml directly you do not need to specify anything in the buildout configuration: buildout will detect this automatically.
After updating the configuration you need to run the ‘’bin/buildout’’, which will take care of updating your system.
Go to the ‘Site Setup’ page in the Plone interface and click on the ‘Add/Remove Products’ link.
Choose the product (check its checkbox) and click the ‘Install’ button.
Uninstall – This can be done from the same management screen, but only if you installed it from the quick installer.
Note: You may have to empty your browser cache to see the effects of the product installation.
Tested with
Plone >= 3.1.x (http://plone.org/products/plone)
Credits
Erico Andrei (erico at simplesconsultoria dot com dot br) - Coding
Simples Consultoria (products at simplesconsultoria dot com dot br) - Packaging
Changelog
0.5 (2009-03-29)
Uses a control panel to configure the most common settings [erico_andrei]
Tested only with Plone factory settings (ZODB user source) [erico_andrei]
Initial release [erico_andrei]
Release files for sc.base.memberdataexport 0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sc.base.memberdataexport-0.5.tar.gz | 17.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sc.base.memberdataexport-0.5-py2.4.egg | Legacy Egg format | - | - | Details |
Total release size: 46.2 kB
Release files / sc.base.memberdataexport-0.5.tar.gz
| Download URL | sc.base.memberdataexport-0.5.tar.gz |
|---|---|
| Size | 17.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ddab2da5fe14636fe10992ac20834bc8edd50675b2cd886de7762c37cfeb079
|
|
BLAKE2b-256 checksum How to use checksums |
b783b454383db67aa29690512773f8c29f66c81a36d7123a8d6795b0f6ac2624
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / sc.base.memberdataexport-0.5-py2.4.egg
| Download URL | sc.base.memberdataexport-0.5-py2.4.egg |
|---|---|
| Size | 28.7 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
20631869f1ef64fcc1a1ffaa9a31fec2facf1551ea5230f5140ee4657f72237e
|
|
BLAKE2b-256 checksum How to use checksums |
e8ec8e78b2502cdf191944c33468646c018cd6532ad3ae2f97b3a10e316011c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |