Skip to content

Properly escape username validation error

What does this MR do?

Prevents the double-escaping of the username validation error when attempting to change one's username using an invalid character.

Go to /profile/account and attempt to add an invalid character like @ or # to your username to trigger this message.

Screenshots (if relevant)

Before:

user-name-change

After:

Screen_Shot_2016-11-23_at_5.23.52_PM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #23813 (closed)

Merge request reports