Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Confusing verification email #16911

Closed
diegolmello opened this issue Mar 17, 2020 · 2 comments · Fixed by #17062
Closed

[BUG] Confusing verification email #16911

diegolmello opened this issue Mar 17, 2020 · 2 comments · Fixed by #17062

Comments

@diegolmello
Copy link
Member

Description:

I changed a user email and received an email asking to verify my account, but the writing is confusing.
It says "You have successfully created an account..." although I didn't create a new account.

Steps to reproduce:

  1. Enable "Verify email" on server
  2. Change a user email

Expected behavior:

Maybe verification emails shouldn't assume it's a new user.

Actual behavior:

image

Server Setup Information:

  • Version of Rocket.Chat Server: 3.1.0-develop on open server
@diegolmello diegolmello changed the title [BUG] Confusing verify email [BUG] Confusing verification email Mar 17, 2020
@sampaiodiego
Copy link
Member

we could change Verification_email_body i18n key by removing the "successfully created an account" part. but then we should add something similar to Visit_Site_Url_and_try_the_best_open_source_chat_solution_available_today i18n key, which is used for welcome/enrolment email.

@ozata
Copy link

ozata commented Mar 25, 2020

I think we need an if condition whether the mail is creation verification mail or email reset verification mail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants