forked from itd/atreal.usersinout
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
83 lines (48 loc) · 1.72 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.. contents::
Overview
========
This plone product allows you to import / export portal's members within CSV
files. Few properties may equally been set.
Description
===========
* after being installed with the Quickinstaller tool, it adds an additional
item in the control panel.
* Informations concerned are those managed by portal_registration and portal_membership.
(i.e. username, password, roles, emails, location, description ...)
* A CSV template is directly available via the control panel, to use as a base
for your own CSV file.
* There is no pretreatment. Data are used out-of-the-box. If any error occured
in the CSV while importing, you have to correct those yourself.
* On errors, this product allows you to download a CSV file only filled with the
matching lines. Use it to correct your errors, then retry.
Installation
============
* Use buildout, add atreal.usersinout in both of your egg and zcml sections.
Important
=========
Off course, those functionalities are only available for member with 'Manager' role.
Note
====
* Adding member in group(s) is now supported, but currently the export not
implemented.
* Global roles can be imported but currently not exported. Will be implemented soon.
Authors
=======
|atreal|_
* `atReal Team`_
- Matthias Broquet [tiazma]
.. |atreal| image:: http://www.atreal.fr/medias/atreal-logo-48.png
.. _atreal: http://www.atreal.fr/
.. _atReal Team: mailto:[email protected]
Contributors
============
* `atReal Team`_
- Romain BEYLERIAN [rbeylerian]
.. _atReal Team: mailto:[email protected]
Credits
=======
Thanks to Simon Kaser <simu> from raptus - raptus.com for roles / groups export
and german translation.
TODO
====
* Customizable CSV header.