• Resolved palmer1hines

    (@palmer1hines)


    I am clicking to send a verifying email. Email is received in my inbox. The click to verify button will not work. I can view the email in a browser when the button works but then fails to load correctly.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Does the URL that loads when you click on the button contain the ‘rsssl_verification_code=****’ parameter?

    You are logged in when you open the link? What do you see when the link does not load correctly?

    Possibly another plugin strips of this parameter.

    Alternatively, you can force the verification to completed by adding

    update_option( 'rsssl_email_verification_status', 'completed', false );

    In your theme’s functions.php, or in a mu-plugin. Then load the website once, and remove the line again.

    I am having exactly the same problem. Unfortunately I don’t understand a single word of your advice Roger. Can you express it in simple step-by-step layman’s terms?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Verifying email issues’ is closed to new replies.