That’s what I use:
[code] public function onCreateAccount( $member )
{
if( \IPS\Settings::i()->reg_auth_type == 'none' )[/code]
And when there's a validation:
[code] public function onValidate( $member )
{[/code]
I use both.
It uses MemberSynch extension so it should do it. I can only imagine that 4.3 doesn’t use this extension in oAuth.
I will have to take a look ir ask to IPS.
If it were running fine in both versions, why in earth would I need to release a new version? I don’t see much sense. 5 or 6 resources I released a new version. 150 don’t. So...
For the others, DO NOT use in IPS 4.2.X.
Take a look in your core_members table to see if a couple of columns for this resource is still there. If so, drop them. It seems the uninstall didn’t remove them.