Bulk Change User Profile Fields

Certified Partner Plugin
Maintained by Daniel Neis Araujo
This plugins adds a bulk action to change user custom profile fields.
Price option: Free

Supports Moodle 3.11-5.1 See all versions
Latest release: 2 years ago
Installations: 112
Downloads (last 90 days): 25

Frankenstyle name: tool_bulkchangeprofilefields
Administration tools

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

thanks for this great plugin, very handy. I rolled the version required back to 3.9.25 and everything is working perfectly (in case anyone else needs to use it on an older version).
Hello, Mark
I just release a new version that triggers \core\event\user_updated after update each user.
Hope you like it!
Best,
Daniel
Thanks for this plugin, I've found it very helpful. Just wondering if you are planning on updating it for versions beyond 4.0 and if so would it be possible to trigger a user_updated event after saving changed data so that other plugins can pick up these changes?
Since the bulk change user profile field plugin does not call the user_updated event, the other plugin's callback is not called.
Would it be possible to trigger a user_updated event when the user was updated:
(\core\event\user_updated::create_from_userid($u)->trigger();)
after saving the changed data:
(profile_save_data($user);)
Thanks.
Approval issue created: CONTRIB-8932