HTML anchor tag rendered as plain text in email confirmation message
## Problem * The UI displays raw HTML tags instead of rendering them correctly * On the Eclipse Foundation account page after email confirmation, the message includes visible HTML: `<a href="/user/login">log in</a>` * This results in broken UX where users see HTML code instead of a clickable link * Indicates improper HTML escaping or rendering in the notification/message component ## Expected Behavior * HTML content should be properly rendered * The “log in” text should appear as a clickable link directing to `/user/login` * No raw HTML tags should be visible in the UI The following screenshot is what the user shared to us on LinkedIn to let us know about the issue. ![Screenshot 2026-03-30 at 10.12.47.png](/uploads/a2f340fa087746c48d6fcd8fd2f35f8f/Screenshot_2026-03-30_at_10.12.47.png)
issue

Copyright © Eclipse Foundation AISBL. All rights reserved.     Privacy Policy | Terms of Use | Copyright Agent