Plugins Directory » Redmine User Management
|
Author: | Frederico Camara |
---|---|---|
Website: | - | |
Code repository: | https://github.com/fredsdc/redmine_user_management | |
Registered on: | 2021-03-18 (over 3 years ago) | |
Current version: | 1.0 | |
Compatible with: | Redmine 4.1.x | |
User ratings: |
This plugin delegates user creation to non admin users (with restrictions).
It adds an admin menu item called User Managers.
A User Manager has:- a name and description
- user fields the users can manage
- user custom fields the users can manage
- groups the users can manage
- users
- a search box for users
- a page to create/edit new users
Admin users can't be edited or assigned by this plugin
Installation notes
Developed for Redmine 4.1.
Did not test with other versions.
How to Install:
cd plugins git clone https://github.com/fredsdc/redmine_user_management cd .. RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_user_management touch tmp/restart.txt
Changelog
1.0 (2021-03-18)
Compatible with Redmine 4.1.x.