collective.impersonate

Allow administrator to impersonate another user, for debugging purposes.


Keywords
Python, Plone
License
CNRI-Python-GPL-Compatible
Install
pip install collective.impersonate==1.0.1

Documentation

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.

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