Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/collective.impersonate
Allow administrator to impersonate another user.
https://github.com/collective/collective.impersonate
Last synced: about 1 month ago
JSON representation
Allow administrator to impersonate another user.
- Host: GitHub
- URL: https://github.com/collective/collective.impersonate
- Owner: collective
- Created: 2017-03-07T12:26:08.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T09:23:41.000Z (about 2 months ago)
- Last Synced: 2024-11-02T18:41:35.618Z (about 1 month ago)
- Language: Python
- Homepage: https://pypi.org/project/collective.impersonate/
- Size: 1.32 MB
- Stars: 6
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
- awesome-plone - collective.impersonate - Allow administrators to impersonate another user. Useful for verifying workflow/permission set up on real content. (Authentication)
README
======================
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.impersonateand 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