• Resolved Creativemind18

    (@jobsgivers)


    I like your plugin, it’s really wonderful. But the only challenge i have with the plugin is the activation link sent to user email upon registration.
    User received the activation link successfully without delay but the link is not clickable, until you copy the full url and paste it in a browser you cannot activate the account. This is not a good user experience as many user are not skillful enough to use the option of copy link and paste in the browser, some don’t even know where the actual activation url starts and ends.
    Please can you resolve this, so that users can easily click the link directly from their inbox to activate their account?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello jobsgivers,

    We are glad you liked our plugin. Not all email clients can handle HTML emails, Also, with so many different email clients out there, some may have to disabled HTML emails.

    However, you can add hyperlink to the email from User Registration->Settings->Emails->Email Confirmation.

    Please click on this verification link <a href="{{home_url}}/wp-login.php?ur_token={{email_token}}">{{home_url}}/wp-login.php?ur_token={{email_token}}</a> to confirm registration.

    Regards,
    WPEverest Support

    • This reply was modified 6 years, 6 months ago by Sanjeev Aryal.
    Thread Starter Creativemind18

    (@jobsgivers)

    Thanks for that guide, it worked perfectly well. But please i have an issue with users being redirected to the default wordpress admin area login after they have successfully verified their account. I want user redirected to my normal homepage login and not wordpress default login. How do i resolve this?
    Please simplify your guide as much as possible because i am not a developer and i have no knowledge in coding. Thanks.

    Hello,

    Similar to the above content you replace wp-login.php with your login page slug may be /login.

    Please click on this verification link
    <a href="{{home_url}}/login?ur_token={{email_token}}">{{home_url}}/login?ur_token={{email_token}}</a>
    to confirm registration.

    For more details follow: https://docs.wpeverest.com/docs/user-registration/email-settings/how-to-redirect-email-confirmation-link-to-user-registration-login-page/

    Hope this helps!

    Regards,
    WPEverest Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Activation link not clickable’ is closed to new replies.