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

Wrong HTML markup in errors messages of user creation #11422

Closed
tassoevan opened this issue Jul 10, 2018 · 0 comments
Closed

Wrong HTML markup in errors messages of user creation #11422

tassoevan opened this issue Jul 10, 2018 · 0 comments
Assignees

Comments

@tassoevan
Copy link
Contributor

Description:

Toasts for errors messages in Administration > Users > Add User have HTML escaped code instead of expected style.

Steps to reproduce:

  1. As admin user, go to Administration > Users > Add User;
  2. Fill the form using a already-used email address.
  3. Click Save.

Expected behavior:

Show a toast error message containing the text

[email protected] is already in use

Actual behavior:

A toast error message is displayed with the text

<strong>[email protected]</strong> is already in use :(

Server Setup Information:

  • Version of Rocket.Chat Server: 0.67.0-develop
  • Operating System: linux (Ubuntu 16.04 Xenial Xerus)
  • Deployment Method: source code
  • Number of Running Instances: 1
  • DB Replicaset Oplog: Enabled
  • NodeJS Version: 8.11.3
  • MongoDB Version: 3.2

Additional context

wrong-markup

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

No branches or pull requests

1 participant