An advanced view for managing users in plone.
Project description
ftw.usermanagement
==================
This package allows users to easily manage users and groups through
a new view without having plone's manage portal permission. This is useful
when the person who manages users and groups should have full manager access
to the site.
If the user has the permission "Manage users", a new action is displayed in
the user menu, giving him the ability to list and modify users and groups.
Features
--------
- Manage users
- List users
- Assign users to groups
- Add users
- Delete users
- Reset password of a user and send a notification
- Manage groups
- List groups
- Add groups
- Delete groups
Usage
-----
If you are using ``zc.buildout`` and the ``plone.recipe.zope2instance``
recipe to manage your project, you can do this:
- Add ``ftw.usermanagement`` to the list of eggs to install, e.g.:
::
[instance]
...
eggs =
...
ftw.usermanagement
- Re-run buildout, e.g. with:
::
$ ./bin/buildout
- Install the generic setup profile.
- Grant chosen users the ``zope2.ManageUsers`` ("Manage users") permission.
Compatibility
=============
Plone 4.1
.. image:: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.1.x.cfg/badge/icon
:target: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.1.x.cfg
Plone 4.2
.. image:: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.2.x.cfg/badge/icon
:target: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.2.x.cfg
Plone 4.3
.. image:: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.3.x.cfg/badge/icon
:target: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.3.x.cfg
Links
=====
- Main github project repository: https://github.com/4teamwork/ftw.usermanagement
- Issue tracker: https://github.com/4teamwork/ftw.usermanagement/issues
- Package on pypi: http://pypi.python.org/pypi/ftw.usermanagement
- Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.usermanagement
Copyright
---------
This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
``ftw.usermanagement`` is licensed under GNU General Public License, version 2.
.. image:: https://cruel-carlota.pagodabox.com/4126f3516f743ca5a51f6a1e5731b605
:alt: githalytics.com
:target: http://githalytics.com/4teamwork/ftw.usermanagement
Changelog
=========
1.9.1 (2014-09-23)
------------------
- Handle case where homefolder generation is disabled.
[lknoepfel]
- Fixed wrong url generation in password reset mail.
[lknoepfel]
- Reduced generated password length to 8.
[lknoepfel]
- Add French translations.
[eschmutz, tschanzt]
1.9 (2013-10-16)
----------------
- Updated wrong and added missing translation.
[Julian Infanger]
- Update JS for Plone4.3
[tschanzt]
- Remove CSS. Move it to collective.js.ui.multiselect where it belongs.
[tschanzt]
- Rename jq to $.
[tschanzt]
1.8.9 (2013-01-25)
------------------
- Disbale extJS
[mathias.leimgruber]
1.8.8 (2013-01-21)
------------------
- Include the login name instead of the userid in the notification email.
[tschanzt]
1.8.7 (2012-11-09)
------------------
- Fix changelog / clean up package
[mathias.leimgruber]
1.8.6 (2012-09-04)
------------------
- Fix user_membership link.
[tschanzt]
1.8.5 (2012-09-04)
------------------
- Fix Usertab. It was broken when email login was active.
[tschanzt]
1.8.4 (2012-09-04)
------------------
- Add check if user is None in get_display_users. This prevents Group overlay from crashing.
[tschanzt]
- Show loginname instead of userid. If use_email_login isn't active the email is displayed as well.
[tschanzt]
1.8.3 (2012-08-29)
------------------
- fix Group Management
[tschanzt]
1.8.2 (2012-08-13)
------------------
- Don't remove local Roles. But remove Memberfolder.
[tschanzt]
- fix group listing in user overview.
[tschanzt]
- Handle broken user objects.
[mathias.leimgruber]
1.8.1 (2012-06-11)
------------------
- Add extjs compatibility
[eschmutz]
1.8 (2012-05-18)
------------------
- Add tests for the whole package.
[eschmutz]
- Full refactored and improved performance if we have many
users and groups.
[eschmutz]
- Remove ability to sort on title of users or groups.
[eschmutz]
1.7.2 (2012-05-07)
------------------
- Fix sending userinfos and/or password
[mathias.leimgruber]
1.7.1 (2012-04-30)
------------------
- Added group id validator.
[mathias.leimgruber]
- Fix display name in group_membership.
[mathias.leimgruber]
1.7 (2012-04-23)
----------------
- Added i18n domain.
[mathias.leimgruber]
1.6.1 (2012-04-16)
------------------
- Use token of principal user source (This supports diffrent plone configs).
[mathias.leimgruber]
1.6 (2012-04-16)
----------------
- Removed custom viewletmanager, it's no longer necessary.
[mathias.leimgruber]
1.5.3 (2012-03-12)
------------------
- Added compatibility with new tabbeview layout.
[mathias.leimgruber]
- It's no possible to change the group memberships.
[mathias.leimgruber]
- Nothing changed yet.
1.5.2 (2012-02-06)
------------------
- Fix error when sending a notification. The js was binding a non exist
element
[eschmutz]
1.5.1 (2011-12-23)
------------------
- Hide right/left column by default in management view.
[mathias.leimgruber]
1.5 (2011-12-15)
----------------
- Encode translated string to utf-8 if we can't find any users
[eschmutz]
- Fixed Bug in user_notify. From Address must be string.
[tschanzt]
1.4 (2011-05-31)
----------------
- removed CMF-Action 'Gruppenverwaltung'
[elio.schmutz]
- added 'disable_border' to request
[elio.schmutz]
- Removed unused code
[elio.schmutz]
- Batching and ftw.tabbedview integration
[elio.schmutz]
1.3 (2011-03-30)
----------------
- Creating member area for user upon registration
[lukas.graf]
- Fixed some typos in translations
[lukas.graf]
- exprted jquery.multiselect to collective.js.ui.multiselect
[elio.schmutz]
1.2 (2011-02-02)
----------------
- Implement editing user by an overlay.
[mathias.leimgruber]
- Ask before really delete a user.
[mathias.leimgruber]
1.0 (2011-01-25)
----------------
- Initial release
==================
This package allows users to easily manage users and groups through
a new view without having plone's manage portal permission. This is useful
when the person who manages users and groups should have full manager access
to the site.
If the user has the permission "Manage users", a new action is displayed in
the user menu, giving him the ability to list and modify users and groups.
Features
--------
- Manage users
- List users
- Assign users to groups
- Add users
- Delete users
- Reset password of a user and send a notification
- Manage groups
- List groups
- Add groups
- Delete groups
Usage
-----
If you are using ``zc.buildout`` and the ``plone.recipe.zope2instance``
recipe to manage your project, you can do this:
- Add ``ftw.usermanagement`` to the list of eggs to install, e.g.:
::
[instance]
...
eggs =
...
ftw.usermanagement
- Re-run buildout, e.g. with:
::
$ ./bin/buildout
- Install the generic setup profile.
- Grant chosen users the ``zope2.ManageUsers`` ("Manage users") permission.
Compatibility
=============
Plone 4.1
.. image:: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.1.x.cfg/badge/icon
:target: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.1.x.cfg
Plone 4.2
.. image:: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.2.x.cfg/badge/icon
:target: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.2.x.cfg
Plone 4.3
.. image:: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.3.x.cfg/badge/icon
:target: https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.3.x.cfg
Links
=====
- Main github project repository: https://github.com/4teamwork/ftw.usermanagement
- Issue tracker: https://github.com/4teamwork/ftw.usermanagement/issues
- Package on pypi: http://pypi.python.org/pypi/ftw.usermanagement
- Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.usermanagement
Copyright
---------
This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
``ftw.usermanagement`` is licensed under GNU General Public License, version 2.
.. image:: https://cruel-carlota.pagodabox.com/4126f3516f743ca5a51f6a1e5731b605
:alt: githalytics.com
:target: http://githalytics.com/4teamwork/ftw.usermanagement
Changelog
=========
1.9.1 (2014-09-23)
------------------
- Handle case where homefolder generation is disabled.
[lknoepfel]
- Fixed wrong url generation in password reset mail.
[lknoepfel]
- Reduced generated password length to 8.
[lknoepfel]
- Add French translations.
[eschmutz, tschanzt]
1.9 (2013-10-16)
----------------
- Updated wrong and added missing translation.
[Julian Infanger]
- Update JS for Plone4.3
[tschanzt]
- Remove CSS. Move it to collective.js.ui.multiselect where it belongs.
[tschanzt]
- Rename jq to $.
[tschanzt]
1.8.9 (2013-01-25)
------------------
- Disbale extJS
[mathias.leimgruber]
1.8.8 (2013-01-21)
------------------
- Include the login name instead of the userid in the notification email.
[tschanzt]
1.8.7 (2012-11-09)
------------------
- Fix changelog / clean up package
[mathias.leimgruber]
1.8.6 (2012-09-04)
------------------
- Fix user_membership link.
[tschanzt]
1.8.5 (2012-09-04)
------------------
- Fix Usertab. It was broken when email login was active.
[tschanzt]
1.8.4 (2012-09-04)
------------------
- Add check if user is None in get_display_users. This prevents Group overlay from crashing.
[tschanzt]
- Show loginname instead of userid. If use_email_login isn't active the email is displayed as well.
[tschanzt]
1.8.3 (2012-08-29)
------------------
- fix Group Management
[tschanzt]
1.8.2 (2012-08-13)
------------------
- Don't remove local Roles. But remove Memberfolder.
[tschanzt]
- fix group listing in user overview.
[tschanzt]
- Handle broken user objects.
[mathias.leimgruber]
1.8.1 (2012-06-11)
------------------
- Add extjs compatibility
[eschmutz]
1.8 (2012-05-18)
------------------
- Add tests for the whole package.
[eschmutz]
- Full refactored and improved performance if we have many
users and groups.
[eschmutz]
- Remove ability to sort on title of users or groups.
[eschmutz]
1.7.2 (2012-05-07)
------------------
- Fix sending userinfos and/or password
[mathias.leimgruber]
1.7.1 (2012-04-30)
------------------
- Added group id validator.
[mathias.leimgruber]
- Fix display name in group_membership.
[mathias.leimgruber]
1.7 (2012-04-23)
----------------
- Added i18n domain.
[mathias.leimgruber]
1.6.1 (2012-04-16)
------------------
- Use token of principal user source (This supports diffrent plone configs).
[mathias.leimgruber]
1.6 (2012-04-16)
----------------
- Removed custom viewletmanager, it's no longer necessary.
[mathias.leimgruber]
1.5.3 (2012-03-12)
------------------
- Added compatibility with new tabbeview layout.
[mathias.leimgruber]
- It's no possible to change the group memberships.
[mathias.leimgruber]
- Nothing changed yet.
1.5.2 (2012-02-06)
------------------
- Fix error when sending a notification. The js was binding a non exist
element
[eschmutz]
1.5.1 (2011-12-23)
------------------
- Hide right/left column by default in management view.
[mathias.leimgruber]
1.5 (2011-12-15)
----------------
- Encode translated string to utf-8 if we can't find any users
[eschmutz]
- Fixed Bug in user_notify. From Address must be string.
[tschanzt]
1.4 (2011-05-31)
----------------
- removed CMF-Action 'Gruppenverwaltung'
[elio.schmutz]
- added 'disable_border' to request
[elio.schmutz]
- Removed unused code
[elio.schmutz]
- Batching and ftw.tabbedview integration
[elio.schmutz]
1.3 (2011-03-30)
----------------
- Creating member area for user upon registration
[lukas.graf]
- Fixed some typos in translations
[lukas.graf]
- exprted jquery.multiselect to collective.js.ui.multiselect
[elio.schmutz]
1.2 (2011-02-02)
----------------
- Implement editing user by an overlay.
[mathias.leimgruber]
- Ask before really delete a user.
[mathias.leimgruber]
1.0 (2011-01-25)
----------------
- Initial release
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
ftw.usermanagement-1.9.1.zip
(71.8 kB
view hashes)