biplob/addon_batch_user_update

A concrete5 package to update all users at once from command line

v1.0.0 2018-02-26 06:43 UTC

This package is not auto-updated.

Last update: 2024-05-26 03:33:02 UTC


README

Update all user attributes from command line.

Installation

$ cd YOUR_PROJECT_ROOT
$ git clone git@github.com:biplobice/addon_batch_user_update.git packages/batch_user_update
$ ./concrete/bin/concrete5 c5:package-install batch_user_update

How to Use

  • Simply run ./concrete/bin/concrete5 c5:update-user from your project root directory.
  • Make sure to change updateUser() method as your requirements on file packages/batch_user_update/src/Concrete/Console/Command/UpdateUserCommand.php#126.