Skip to main content

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.


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.

Changelog
=========


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


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.8.7.tar.gz (39.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page