collective.impersonate

December 6, 2021 ยท View on GitHub

====================== collective.impersonate

Allow administrator to impersonate another user. Useful for verifying workflow/permission set up on real content.

Installation

Install collective.impersonate by adding it to your buildout::

[buildout]

...

eggs =
    collective.impersonate

and then running bin/buildout

Usage

See the docs_ folder for instructions on how to use this add-on.

.. _docs: https://github.com/collective/collective.impersonate/blob/master/docs/index.rst

Wishlist

  • autocomplete with search select2 widget for choosing the user to impersonate

License

The project is licensed under the GPLv2.

Based on the old niteoweb.loginas package: https://pypi.python.org/pypi/niteoweb.loginas