To fix, run these queries:
INSERT INTO asp_net_user_roles (user_id, role_id) (SELECT iu.id, '65bf239d-2398-4b27-8241-d4287299754a' FROM family_trees JOIN identity_users iu ON iu.contact_id = family_trees.mother_id) ON CONFLICT DO NOTHING;INSERT INTO asp_net_user_roles (user_id, role_id) (SELECT iu.id, '65bf239d-2398-4b27-8241-d4287299754a' FROM family_trees JOIN identity_users iu ON iu.contact_id = family_trees.father_id) ON CONFLICT DO NOTHING;
This should not be done without the supervision of Olive Tree Software support.