I have Automatic Groups enabled - or so I thought - because I can see groups being automatically created based on 'Origin':
The origin-based groups appear to be working and updating properly but the Settings page shows that this is not even enabled:
Why is this happening? How can I disable this group or allow the settings to reflect the proper status?
In UIM/OC 20.4 CU8 this is fixed so that it will properly show enabled in Settings when the field in CM_GROUP_AUTOMATIC contains 'origin'
As a workaround, run the following query against your UIM database:
UPDATE CM_GROUP_AUTOMATIC SET FIELD = 'any_origin' WHERE FIELD = 'origin';
Log out of OC and back in and the Settings page should reflect the proper status, allowing you to change or disable it.