^ above is one option.
In my case, we have a plugin that I have developed to provide integration with the CRM package we sell.
When automatically importing and creating users, we dynamically create a role if needed and assign that to the user (Determined by certain conditions within the CRM).
I was leaving the user with the default role, and adding the new role as an additional role as this would provide extra user privileges on top of the default role.
Hence the reason I posted here, I had already overcame the problem myself by modifying the user specific content plugin temporarily until the update was released a couple of days ago.