Skip to content

allows people with permission to impersonate user's in their project and allows administrator to impersonate anyone. This is helpful in setting up roles and permissions for redmine.

License

Notifications You must be signed in to change notification settings

thomaswucher/redmine_impersonate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine_impersonate

Allows people with permission to impersonate user's in their project where the module is activated and allows administrator to impersonate anyone. This is helpful in setting up roles and permissions for redmine.

Installation:

  • To install plugin, go to plugins folder of your Redmine repository and run:

      git clone http://github.com/arkhitech/redmine_impersonate
    
  • Run db migrations for the plugin

      rake redmine:plugins:migrate RAILS_ENV=production
    
  • Bundle install all the gems using the following command

      bundle install
    
  • After installation, log in to Redmine as administrator and go to plugin settings for Redmine impersonate plugin configuration.

About

allows people with permission to impersonate user's in their project and allows administrator to impersonate anyone. This is helpful in setting up roles and permissions for redmine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.2%
  • HTML 9.8%