Skip to content

Updated validation to correctly handle IDN domains and allow valid addresses#121

Merged
memurats merged 1 commit into
mainfrom
nmc/4527-Web-Windows-Settings-Error-shown-when-trying-to-add-email-address-with-IDN-domain
Jun 10, 2026
Merged

Updated validation to correctly handle IDN domains and allow valid addresses#121
memurats merged 1 commit into
mainfrom
nmc/4527-Web-Windows-Settings-Error-shown-when-trying-to-add-email-address-with-IDN-domain

Conversation

@psawalka

Copy link
Copy Markdown
Contributor

This PR fixes the issue where adding an alternative email address with an internationalized domain name (IDN) containing the ß character (e.g., test@dießner.de) failed. The validation logic incorrectly rejected such addresses, preventing users from adding valid existing emails.

Changes:

  1. Updated email validation to correctly handle IDN domains, including special characters like ß.

  2. Ensured compatibility with internationalized domain names as per IDN standards.

  3. Improved error handling so valid addresses are accepted without false rejection.

validation to correctly handle IDN domains and allow valid addresses
@memurats memurats merged commit b47f19d into main Jun 10, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants