Skip to content

Adds a custom user field to mark a user as "external". External users can only see the projects which they are members of.

Notifications You must be signed in to change notification settings

srpape/external_users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

External Users Plugin for Redmine

External users are not able to see public projects. They can only see a project if they are a member.

Installation

  1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
  2. Cd to your redmine plugins/ dir
  3. Git-clone the plugin from this repo into a folder in there: git clone https://github.com/srpape/external_users.git external_users
  4. Run the plugin migrations rake redmine:plugins:migrate RAILS_ENV=production
  5. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
  6. Login to your Redmine install as an Administrator
  7. Edit the profile of the user(s) you wish to mark as external.

About

Adds a custom user field to mark a user as "external". External users can only see the projects which they are members of.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published