biplob / addon_batch_user_update
一个 concrete5 插件,用于通过命令行一次性更新所有用户
v1.0.0
2018-02-26 06:43 UTC
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2024-09-29 05:34:58 UTC
README
从命令行更新所有用户属性。
安装
$ 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
如何使用
- 只需从您的项目根目录运行
./concrete/bin/concrete5 c5:update-user。 - 请确保根据您的需求在文件
packages/batch_user_update/src/Concrete/Console/Command/UpdateUserCommand.php#126中更改updateUser()方法。