• Hi,

    I can see there have been related issues in here before, but as far as I understand not the same. Hoping you can help me, thanks!

    When I create a username and try to login without confirming the email address I get an error message, but it is not possible to click to resend the verification email: https://imgur.com/C40VBtz

    I have added the shortcode [uv_resend_verification_form] to a separate page, but I am not sure how to link to it in the error message

    I have also enabled the resend activation key option in the email template options.

    I’m using user verification plugin version 1.0.28 alongside Memberpress.

    Thanks in advance for your help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The issue is that the theme you are using most likely strips out the tags of the error message thus removing the HTML link.

    In my case it was this code, but yours might be a little different
    $error = strip_tags($user_signon->get_error_message());

    Thread Starter chrisindenmark

    (@chrisindenmark)

    Hi @breakpoint

    Thanks! That makes sense, but solving it may well be beyond my WordPress capabilities. Can you point me in the right direction? Alternatively, is there an easy way to remove the text “resend verification email” from the error message (which I can live without, as my users are all existing customers and can write to me if they need their account approving).

    Thanks for any help or advice you can give me here!

    Sorry to hear that as that method is definitely the best. Maybe you can ask the theme maker for help?

    Otherwise,
    So for removing the Resend verification email text you can edit the translation file at
    wp-content\plugins\user-verification\languages\user-verification.pot and make that term be blank. This plugin might help you easily: https://www.ads-software.com/plugins/loco-translate/

    Or you can edit the file at wp-content\plugins\user-verification\includes\functions.php and remove the text on line 669.

    Change __('Resend verification email','user-verification' ) to __('','user-verification' )

    But these are more of temporary fixes.

    • This reply was modified 5 years, 4 months ago by breeakpoint.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Resend verification email’ is closed to new replies.