Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nounder/redmine_impersonate
Redmine plugin allowing administrators to login as any user with a single click.
https://github.com/nounder/redmine_impersonate
redmine redmine-plugin
Last synced: 6 days ago
JSON representation
Redmine plugin allowing administrators to login as any user with a single click.
- Host: GitHub
- URL: https://github.com/nounder/redmine_impersonate
- Owner: nounder
- License: gpl-3.0
- Created: 2015-11-04T21:55:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T16:19:23.000Z (6 months ago)
- Last Synced: 2024-08-27T01:42:19.363Z (3 months ago)
- Topics: redmine, redmine-plugin
- Language: Ruby
- Homepage:
- Size: 36.1 KB
- Stars: 45
- Watchers: 8
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
Awesome Lists containing this project
README
Redmine Impersonate
===================Redmine plugin allowing administrators to securely login as any user with
a single click.Installation
------------Follow standard Redmine plugin installation procedure.
* Move `redmine_impersonate/` to `$REDMINE/plugins/`.
Configuration
-------------This plugin has no settings. When installed, administrators will be able to
temporarily login as other user by clicking "Impersonate" button in his
profile and edit page. To stop impersonating, click "Cancel" next to
impersonating message at the top.Usage
-----1. Go to profile of a user you want to impersonate.
2. Click "Impersonate" in action menu. ([see screenshot](https://github.com/nounderline/redmine_impersonate/issues/23))Requirements
------------Since this program depend on another software, it was written with compatibility
in mind to keep it functional across many version of software it uses.* Redmine (`>= 4.0`)
* Redmine (`>= 3.0`, use [redmine-3.x branch](https://github.com/rgtk/redmine_impersonate/tree/redmine-3.x))
* Redmine (`2.0+`, use [redmine-2.x branch](https://github.com/rgtk/redmine_impersonate/tree/redmine-2.x))