biplob/addon_batch_user_update

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

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:concrete5-package

pkg:composer/biplob/addon_batch_user_update

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

This package is not auto-updated.

Last update: 2025-09-28 10:58:19 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.