• Resolved wizbeeit

    (@wizbeeit)


    Hi I am having some issues. Is there any way to allow the user to resend the verification email? What if the user didn’t get the email or accidentally delete the email or if the activation link time is set and the user didn’t receive the email within this time. Will the hash change or the account will delete after that time so user can register again. There should be a way to resend the email, like when user trying to login with an unverified email, it can show the error message “Your account is awaiting e-mail verification. Didn’t get the email? Resend it” also there could be a form like the password reset form. User will type the email or username and if the email is not verified, the mail will be sent again.

    Another problem i found is when user trying to register using an email or username already exist, It showing that “The email you entered is incorrect” but the error message should be “The username/email already exists.” or “This email is wrong or already being used”. On the login page, if username or password is wrong, “Password is incorrect. Please try again.” error message is showing on two place. one under the input field and another on to the top of the form with a close icon.

    The error messages are not translatable. I am using TranslatePress plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @wizbeeit

    allow the user to resend the verification email?

    Yes you can try this code snippet:

    https://github.com/MissVeronica/um-resend-activation

    The email you entered is incorrect

    These Registration and Login error messages were changed to a common message to avoid anyone to verify if a user was registered with a username/email address at your site. It’s part of some legal requirements like GDPR.

    If you want to change the error messages at Registration you can read this guide:

    https://docs.ultimatemember.com/article/1697-email-validation-in-registration

    I am using TranslatePress plugin

    I tried to find a “Sync” button in the “TranslatePress” plugin but none was found.

    You can try the “Loco Translate” plugin to create a synchronization with the UM original messages. After this “Sync” you should find the missing messages in your “TranslatePress” plugin.

    https://docs.ultimatemember.com/article/1449-how-to-translate-plugin#loco

    Plugin Support andrewshu

    (@andrewshu)

    Hi @wizbeeit

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

    Thread Starter wizbeeit

    (@wizbeeit)

    Resend the verification email is working. but i would like to send only if user click a button (e.g: Resend It) or add a button on a page where user redirected after successful registration. Any way to do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Resend activation/verification email, error message and translation problem’ is closed to new replies.