Skip to main content

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.2

https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.2.x.cfg/badge/icon

Plone 4.3

https://jenkins.4teamwork.ch/job/ftw.usermanagement-master-test-plone-4.3.x.cfg/badge/icon

Changelog

1.11.0 (2020-03-05)

  • Save emails with lower case letters when creating a new user. [tinagerber]

1.10.0 (2016-11-08)

  • Add a basic user export to the @@user_management`-view. It exports all member properties and the assigned groups of the users. [elioschmutz]

1.9.5 (2016-10-20)

  • Fix bug causing that the “Site Administrators” group causes errors. [jone]

  • Add “User Manager” role. [jone]

  • Fix translation of users management action. [jone]

  • Drop support for Plone 4.1 because the dependency ftw.tabbedview has dropped support for Plone 4.1 too. [mbaechtold]

1.9.4 (2016-02-23)

  • Fix change-password url in mails to point to Plone’s form. [jone]

1.9.3 (2015-09-04)

  • Remove includeDependencies statement. [jone]

  • Add constraint to ftw.upgrade dependency. We require at least the version where ftw.upgrade has added the upgrade-step:directory directive. [jone]

1.9.2 (2015-09-02)

  • Fix Translation in Welcome mail. [tschanzt]

  • Improve translations. [mbaechtold]

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]

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

Release files for ftw.usermanagement 1.11.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for ftw.usermanagement 1.11.0
File Size Uploaded
ftw.usermanagement-1.11.0.tar.gz 46.9 kB Details

Release files / ftw.usermanagement-1.11.0.tar.gz

Download URL ftw.usermanagement-1.11.0.tar.gz
Size 46.9 kB
Tags Source
SHA-256 checksum
How to use checksums
2fdc2e5fe4753a4df2bf4d2bf4dbe75f24be67445944cf8a78ed86c7ac97cb4e
BLAKE2b-256 checksum
How to use checksums
9ed4729c3124601ebd2cccfe87a21026a9a853d019c952a7b5e489aed4496735
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2

Release history Release notifications | RSS feed

This release

1.11.0 This release

1 release file

1.10.0

1 release file

1.9.5

1 release file

1.9.4

1 release file

1.9.3

1 release file

1.9.2

1 release file

1.9.1

1 release file

1.9

1 release file

1.8.9

1 release file

1.8.8

1 release file

1.8.7

1 release file

1.8.3

1 release file

1.8.2

1 release file

1.8.1

1 release file

1.8

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page