New function twitchpress_sync_user_on_registration() skips anti-flood steps that aren't needed after registration because registration procedures have such measures already.
This change makes it easier to understand and troubleshoot data syncing for this scenario and has been applied to the shortcode procedure only.
Apply twitchpress_sync_user_on_registration() to the form login procedure UNLESS the existing procedure already bypasses timer delay and any other checks that wouldn't apply to a brand new user account.
New function twitchpress_sync_user_on_registration() skips anti-flood steps that aren't needed after registration because registration procedures have such measures already.
This change makes it easier to understand and troubleshoot data syncing for this scenario and has been applied to the shortcode procedure only.
Apply twitchpress_sync_user_on_registration() to the form login procedure UNLESS the existing procedure already bypasses timer delay and any other checks that wouldn't apply to a brand new user account.