/external_users

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

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.