Screenshots
About User Import
An extra to easily import users into the MODX user database and batch assign MODX user groups and roles. The importer accepts data files in CSV format. Automatically assigns User Groups and Roles during import and validates your import data to prevent inconsistent user objects. Notify new imported users via email automatically.
Information
Released
March 3, 2023
Supported Database
MySQL
License
GPLv2
Instructions
Reqirements
- MODX 3.0.0 or later
- PHP 7.2.5 or later
- optional GoodNews add-on (to import users as GoodNews subscribers)
New in 2.0.0-beta2
[2.0.0-beta2] - 2023-03-03
Added
- Import as GoodNews subscribers if GoodNews add-on is installed
- Assign GoodNews groups and categories on import
[2.0.0-beta1] - 2023-02-21
Added
- Added new setting mail_format (HTML or Plain text)
- User notification mails are now generated as multipart mails (HTML + plain-text)
Changed
- Fully refactored for MODX3 (UserImport 2.x only!)
- Moved translations to Crowdin
Fixed
- [#11] Fixes missing mailsubject and mailbody when import process starts
- Removed deprecated use of strftime (PHP8+)