Project

General

Profile

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 months ago)
Current version: 1.1.0
Compatible with: Redmine 7.0.x, 6.1.x, 6.0.x
User ratings:   (0)

Overview

A user account auditing and reconciliation plugin for Redmine.
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
  • PostgreSQL / 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.1.0 (2026-07-12)

Compatible with Redmine 7.0.x, 6.1.x, 6.0.x.

1.0.0 (2026-04-13)

Compatible with Redmine 6.1.x, 6.0.x.