dkance
Forum Replies Created
-
Hi, I installed the plugin in a test website and although the plugin seems to be active on the Registration Form, the reCAPTCHA field is not being displayed.
I appreciate any orientation.
Thanks.
Regards.Ok @missveronicatv, so going back to the original question: how do I get the verification links for each past non-verified email if I want to email them again from a different email address?
Thanks.
@missveronicatv will past emails sent before the installation of the plugin be displayed?
Thanks.
Thanks @missveronicatv.
How do I get, as an admin, the verification link for each email?
Thanks again.
Regards.
Thanks @missveronicatv, I will definitely install it.
This tool will help me to better monitor issues in the future.
Going back to the original question, is there a way that I can get the verification link for a non-verified user and send it via a different email address?
I would still like to perform this test.
Thanks.
Best.Thank you @missveronicatv for the info.
There is a portion of Gmail users that are verifying just fine and a portion who don’t so I am not sure about the Vendor IP blockage, yet.
Is there a way that I can get that email verification link so I can try sending it via a different email address and see what happens?
I appreciate the solution.
Regards.
Hi @missveronicatv,
Thank you for the orientation.
Your solution will change the general “Mail appears from address” for all website email communications.
I just want to run a test to learn more about what the email non-verification issue is about by sending the registered non-verified target members an email with a new verification link but from a different email address.
Is there a way that I can accomplish this?
Thanks.
Regards.Hi @missveronicatv,
Thank you for the suggestion.
I am not using SMTP.
I will definitely take a look at it.In the meantime, since I am not sure about the reason a % of the registered users are not verifying their email, I would love to find a way to send them the notification with the email verification link through another email address that I have.
How could I accomplish this?
Thanks.
Regards.Hi @missveronicatv,
Thank you so much for your quick response.
Snippet is working perfectly fine!
Nice solution!
Thanks a lot!
Regards.
Hi @champsupertramp,
Problem is finally fixed.
The solution was a function of your code (thanks!) and updating SPF and DMARC records with the Host.
Thank you so much for the support.
Regards.
Hi @champsupertramp,
Thank you for the code snippet.
It did not fix the problem.
The email sent still has the old WP login link (https://mysite.com/wp-login.php?…).
As I mentioned earlier, the email text and format are not the ones checked as active in UM/Settings/Email/Password Reset Email,
Any suggestions? I am really lost here.
Thanks.
Regards.
Hi @champsupertramp,
I came across this YT tutorial fixing the problem.
The problem seems to be in the code for the user.php file.
I am sharing the exact code in my website’s file.
if ( ! wp_check_password( $password, $user->user_pass, $user->ID ) ) { return new WP_Error( 'incorrect_password', sprintf( /* translators: %s: User name. */ __( '<strong>Error</strong>: The password you entered for the username %s is incorrect.' ), '<strong>' . $username . '</strong>' ) . ' <a href="' . wp_lostpassword_url() . '">' . __( 'Lost your password?' ) . '</a>'She replaces the “wp_lostpassword_url()” piece by the “password-reset” page.
What do you think about the diagnostic and recommendation?
There were several comments agains modifying the code.
Thanks.
Regards.`
- This reply was modified 4 years, 5 months ago by dkance.
Hi @champsupertramp,
I am sharing screenshots of the UM Email Settings below
https://drive.google.com/file/d/1Qatl1Ma_6uFY56B3tKX7NXVm2Gykl1ox/view?usp=sharing
https://drive.google.com/file/d/13QMRIQZ-V6alBfKQLTOhWC8ZJzmG6vCL/view?usp=sharing
Although the email template seems to be ok, the email that is being sent has a different text and link that takes you to a WP login page (the email sender is WP). See sender and link below.
Sender: WordPress <wordpress@mysite>
https://mysite/wp-login.php?action=…I cannot figure out what is going on.
Thanks again.
Regards.
Hi @champsupertramp,
I have some UM snippets addressing field visibility but they should be working evenly for all users.
Please let me know if this opens a new way of solving the issue or at least investigating possible causes.
Thanks.
Regards.