XF 1.4 Stop unspecified gender from external/social media registrations?

Mouth

Well-known member
I've removed the 'unspecified' gender option from register_form and account_personal_details, and ensured that all existing user accounts no longer had 'unspecified' as its value.

I'm still getting 'unspecified' gender values though, coming in from registration via social media external accounts (G+, twitter, facebook) etc. Is there anyway to stop this?
 
The gender option isn't shown on the social media site registrations -- we simply pull it from the user data if it's available. This applies to Facebook and Google; Twitter doesn't expose it.

So to force a value for it would require code changes I believe.
 
Top Bottom