“The username ####### is not registered on this site. if you are unsure of your username, try your email address instead.”
However, if you enter a registered email address for a user, the login freezes the screen and pops up the following error:
{“result”:false,”error”:”Invalid nonce or user supplied.”}
You have to refresh the page to clear the error. This also clears the login form, but the user has been logged in, and the redirects and 2FA have been by-passed. I get the same results if input a user email address directly, without first inputting an incorrect username.
]]>[29-Nov-2022 12:31:17 UTC] PHP Warning: Attempt to read property "user_email" on bool in /var/www/html/wp-content/plugins/acf-extended/includes/modules/forms-action-user.php on line 342
[29-Nov-2022 12:31:17 UTC] PHP Warning: Attempt to read property "user_email" on bool in /var/www/html/wp-content/plugins/acf-extended/includes/modules/forms-action-user.php on line 344
When I add a
error_log("$target: $user_email !== {$target_user->user_email}");
`
On line 344 of includes/modules/forms-action-user.php I got:
[29-Nov-2022 12:31:17 UTC] : [email protected] !==
Seems like $target is falsy and therefore comparing fails, which results in wrong validation messages.
—
PHP 8.0.25
WP 6.1.1
ACFE 0.8.8.10
—
Had to rollback to 0.8.8.7, since 0.8.8.8 introduced the built-in user validation, which is causing the shown errors.
]]>I have used this plugin(multi-step-form).
And now I want to sent different email text to user.
Is it possible with this plugin or any addon.
]]>However I never receive the email, which should be sent to the original email address. How can I fix this?
Thank you.
Best Regards
]]>Username: test
Visit the following address to set your password:
https://www.nl/wp-login.php?action=rp&key=jqL1o4Hu5DHSDgcHQFLX&login=test
https://www.nl/wp-login.php
Questions:
1. Where can I find the email template, so I can change this text?
2. This email is send from the address [email protected]. Were can I change this address to the address of my site?
3. I, the owner get an email also with the text:
New user registered on your site
Username: test
Email address: @gmail.com
Where can I stop this mail from sending?