by Andrew Solomon.
I've been using this patch to enable accounts to be suspended using core_user_update_users in my Moodle 2.4 deployment
https://github.com/moodle/moodle/compare/MOODLE_22_STABLE...fabiomsouto:MDL-31465-MOODLE_22_STABLE
I'm just about to move to Moodle 3.0/3.1 and I'd like to add this feature to the core. I've not written any code for Moodle before, so I'd like advice on how to proceed. Given it's a very small feature, can I just go through the bug process here?
https://docs.moodle.org/dev/Process#Fixing_a_bug
Andrew