This is Redmine plugin which assigns group automatically when create new users.
In Redmine folder,
$ cd plugins
$ git clone https://github.com/two-pack/redmine_auto_assign_group.git redmine_auto_assign_group
$ cd ..
$ bundle install --without test
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Finally restart Redmine.
- Log in Redmine with Admistrator.
- Go to Administration - Groups.
- Select group which you want to add rules.
- Go to Rules tab.
You can manage rule for assigning groups.
NOTE: CANNOT create rules for builtin groups.
After settings, this plugin automatically assigns groups for new user according to rules.
See Wiki for details.
This plugin is released under the GPL v2 license. See LICENSE for more information.
Copyright (C) 2017 Tatsuya Saito.