How to manually generate the email verification link?
-
Hello folks!
So I am in a dev environment (localhost) and I have emails disabled. I wish to manually generate the link so that I can click it and then test the flow on my local machine.
I know the activation link has the following format:
https://[host]/my-account?alg_wc_ev_verify_email=[code]
But the code that is stored in the user meta database is not the same that is displayed on the email. It may be a hash version of it or something. I want to generate the link manually so that I can click it and then trigger the whole verification flow. The reason is that I set up some actions after email verification (alg_wc_ev_user_account_activated) that I want to test.
Any help is appreciated.
Best regards,
- Musa
- The topic ‘How to manually generate the email verification link?’ is closed to new replies.