Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 682 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 682 Bytes

icon Redmine Auto User Group Association

This module allows the admin to define a particular group users should automatically become a part of. This will check at every login if they are included in the group and if not it will automatically add them.

Installation

  • Clone the repository
  • Place in <redmine_root>/plugins
  • Follow normal Redmine plugin installation commands

Usage

Under "Plugins" click the "Configure" link to select which group users should be added to automatically.

Revision History

0.0.2

  • Updated to support Rails 5

0.0.1

Initial release of plugin