Plugins Directory » Redmine Account Inspector
|
|
Author: | K Seraph3000 |
|---|---|---|
| Website: | https://github.com/seraph3000/redmine_account_inspector | |
| Code repository: | https://github.com/seraph3000/redmine_account_inspector | |
| Registered on: | 2026-05-04 (3 days ago) | |
| Current version: | 1.0.0 | |
| Compatible with: | Redmine 6.1.x, 6.0.x | |
| User ratings: |
Overview¶
A user account auditing and reconciliation plugin for Redmine 6.x.
It cross-checks Redmine users against HR data (CSV) and detects unknown users and mismatched email addresses, with optional auto-update.
Features¶
- HR Data Reconciliation (CSV Import) - Cross-checks Redmine users against an HR CSV file and detects unknown users and email mismatches
- Email Auto-Update - Automatically updates Redmine email addresses when they differ from the HR data (toggle ON/OFF)
- Unknown User Highlighting - Visually highlights users not found in the HR data on project members lists and the user administration screen
- Batch Execution History - Review recent CSV import results and detailed logs on the admin screen
Requirements¶
- Redmine 6.0 or later
- Ruby 3.2 or later
- Rails 7.2
- PostgreSQL 16 (recommended) / MySQL / MariaDB
Installation notes
cd /path/to/redmine/plugins git clone https://github.com/seraph3000/redmine_account_inspector.git cd /path/to/redmine bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Restart Redmine after migration.
Changelog
1.0.0 (2026-04-13)
Compatible with Redmine 6.1.x, 6.0.x.