Would it be possible to get the activity to include what has been changed (what field) and by whom (including moderator)? Perhaps you could tell me where to modify the codes?
Yes, edit the plugin.cbactivity.php file and that's where it handles adding activity based of trigger. Simply adjust the after update implementation as needed. You'd need to compare the old user object against the new user object and output the difference.