• Resolved spaceOdysseus

    (@spaceodysseus)


    Hi,
    I’m using ACF Frontend 3.2.20, Elementor 3.5.0, Elementor Pro 3.5.2, ACF Pro included in Rey theme, on WP 5.8.2.
    I have a page with frontend user registration, created with Elementor Pro and ACF Frontend Form widget for Elementor.
    Registration fields come from an ACF Field Group.
    The registration goes fine, but when I try to login, the password is said to be wrong.
    So I made a test: I took the password, hashed it, and replaced the string obtained in the appropriate field in the database for that user. Boom, everything works fine! The password is recognized.
    I think there could be a bug…

    Can anybody help me?

    You can access the provided test page /user-registration-test/ with (htpasswd protected):
    username: ikir
    password: esagono

    Here’s the test login page:
    /login-test/

    Thanks a lot,

    Federico

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Shabti Kaplan

    (@shabti)

    Thanks for reaching out!

    We will test this on our own servers. If there is a bug in the plugin, then it will happen on our side as well.

    Thread Starter spaceOdysseus

    (@spaceodysseus)

    Thanks a lot, Shabti!

    This might help you (from debug.log):
    [17-Dec-2021 07:32:56 UTC] PHP Notice: Undefined index: post_id in [path]/wp-content/plugins/acf-frontend-form-element/includes/frontend/forms/classes/form-submit.php on line 429
    [17-Dec-2021 07:32:56 UTC] PHP Notice: Undefined index: post_id in [path]/wp-content/plugins/acf-frontend-form-element/includes/frontend/forms/classes/form-submit.php on line 430

    Plugin Author Shabti Kaplan

    (@shabti)

    This issue has been fixed in the latest update 3.2.21

    Thread Starter spaceOdysseus

    (@spaceodysseus)

    Hi Shabti,
    thanks for the quick fix.
    Unfortunately, I’m still not able to login. If I try with usermame + password, it says it doesn’t recognize that user, if I login with email, it says the password is wrong…
    Please, take a look at these lines from debug.log:

    [18-Dec-2021 17:15:45 UTC] PHP Notice: Undefined index: user_pass in [path]/wp-includes/user.php on line 1789
    [18-Dec-2021 17:15:45 UTC] PHP Notice: Undefined index: post_id in [path]/wp-content/plugins/acf-frontend-form-element/includes/frontend/forms/classes/form-submit.php on line 429
    [18-Dec-2021 17:15:45 UTC] PHP Notice: Undefined index: post_id in [path]/wp-content/plugins/acf-frontend-form-element/includes/frontend/forms/classes/form-submit.php on line 430

    I hope this does help you to figure out a definitive fix.

    Thanks a lot,

    Federico

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wrong password error in login after user created with ACF Frontend Form’ is closed to new replies.