Viewing 1 replies (of 1 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post,

    we used default action hook user_register on user registration and authenticate on login.

    if you can remove following action conditionally use on social “registration” and “login” then you can bypass the verification hopefully.

    on file user-verification\includes\actions\action-uv-registration.php line 10
    remove_action('user_register','uv_action_user_register_function');

    on file user-verification\includes\functions.php line 501
    remove_action('authenticate','uv_user_authentication');

    We haven’t tested any 3rd party social plugin, so can’t predict it will works as expected. please let me know for more help.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Social login’ is closed to new replies.