Joseph, I have posted this somewhere.
Here is the solution:
ow_system_plugins/base/components/profile_action_toolbar.php
comment out/delete following lines:
if ( empty($addedData) )
{
$this->setVisible(false);
return;
}
This should bring "Change Role" button for the admin.