• Resolved tnchuntic

    (@tnchuntic)


    First of all, thank you for the very awesome plugin. I just want to report this issue with a multisite website using wp-member. When trying to register it’s always returning “Registration Error!”.

    I have debugged the plugin specifically the registration code and found-out that wpmu_validate_user_signup() always returning “Invalid Token” error.

    See screenshot:
    https://snag.gy/qzbrvx.jpg

    The previous version was working fine on multisite. I think the error started on version 3.1.3 when you added nonce and generic message.

    Hope to hear from your support.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tnchuntic

    (@tnchuntic)

    Also in addition to the issue, it is not limited to registration form only error also occurs in the member login form.

    Hope to hear from your end. Kind regards thomas.

    Thanks

    Plugin Author Chad Butler

    (@cbutlerjr)

    You may have to dig into the possibility of another plugin causing the issue. If the error returned is actually “Registration Error!” then that doesn’t come from WP. When the registration is multisite, WP-Members only returns the error message that is returned from WP, and if you review wpmu_validate_user_signup() you’ll note that there is no such message. There is, however, a filter at the end that of course allows additional validation to occur by anything that hooks into the filter.

    Thread Starter tnchuntic

    (@tnchuntic)

    Thanks for pointing me in the right direction. I have found and fixed the issue.

    The plugin that’s returning the “Registration Error!” is invisible recaptcha its conflicting with the wp-member recaptcha.

    So in summary if your using wp-member recaptcha then you need to disable invisible recaptcha settings for WP registration.

    ?? thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Registration Error! cause by Invalid Token’ is closed to new replies.