Using the Plugin File Editor, Select the Atavism Integration plugin. Inside this plugin, select the admin_user_management.php file and scroll to line 365 and in that line change the 2& in the line to $user->ID as indicated below. This corrects an issue where the user ID that is selected is always set to 2 and sets it to the line that the user corresponds to instead.
From this
to this

