RyanBayne / TwitchPress

TwitchPress is a system of plugins that combines the power of Twitch.tv with WordPress
http://twitchpress.wordpress.com
GNU General Public License v3.0
12 stars 6 forks source link

Update Form Login with twitchpress_sync_user_on_registration() #340

Closed RyanBayne closed 5 years ago

RyanBayne commented 5 years ago

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.

RyanBayne commented 5 years ago

Ended up doing this without planning it due to do_action() existing in both login procedures that are now removed.