Another workaround would be you should create a custom post type for instance "Registered Users" and make sure when user registers you should add one entry to "Registered User" post type as well. So if you have 5 users there should be 5 entry available with "Registered User" post type and then you can build the post relationship with your other custom post type and "Registered User" post type.