Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter webmasteral

    (@webmasteral)

    foreach($_POST as $k => $v) {$admin_message .= “key:” . $k . ” = ” . $v . “”;}

    Gave us the following

    key:user_login = TestUser
    key:user_email = [email protected]
    key:recaptcha_challenge_field = LONG STRING OF RANDOM CODE
    key:recaptcha_response_field = 3094
    key:chkagreetos = on
    key:redirect_to = /
    key:wp-submit = Register

    Thread Starter webmasteral

    (@webmasteral)

    Sorry, didnt see that the plugin author was on vacation and posted that information just two days ago.

    Core WordPress sure has bad timing to push an update ??

    I’ll keep plugging away at a fix myself and share it if one works.

    Thread Starter webmasteral

    (@webmasteral)

    Also found another issue. We cant seem to deactivate the plugin by the built in option. Had to FTP to remove the files.

    Thread Starter webmasteral

    (@webmasteral)

    Yet another issue that we are noticing is that once a password is created and the link is presented to attempt to login the key is not being scrubbed from the URL and we’re getting a invalid key loop but if the user backs out completely and scrubs the URL down to the base site the password works perfectly fine. It looks like this may be the result of core WordPress and not the plugin as this problem was seen even after the plugin was deactivated. Just wanted to know if any other users also have seen this issue.

    Thread Starter webmasteral

    (@webmasteral)

    https://www.ads-software.com/support/topic/reset-password-problem-1?replies=35

    I’m now reading into the hashtag invalid issue as it seems to truly be a problem with core wp 4.3 new password system.

    Thread Starter webmasteral

    (@webmasteral)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘New users email not sending password’ is closed to new replies.