Closed (duplicate)
Project:
Drupal core
Version:
6.2
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2008 at 20:10 UTC
Updated:
9 Jan 2009 at 12:32 UTC
I experienced the following bug with a fresh Drupal 6.2 install (no contrib modules).
I tried to create a new user with an emailadress containing a German "Umlaut" (eg. ä,ö,ü) inside the domain name of that emailadress.
example: info@überraschung.de
Drupal gives an error message displaying that the emailadress is wrong.
Actually it's quite a long time since domain names containing those characters are possible and they become more and more common in use. I'm also not sure if this might be an issue concerning other non-german special characters, too.
Comments
Comment #1
Morgenstern commentedThe Bug seems to be based in common.inc:
I'm not familiar with the syntax of preg_match but would be grateful if anybody could help me in making emailadresses with ä, ö, ü inside the domain possible.
Comment #2
ugerhard commentedThis is a duplicate of #308138: Make valid_email_address() support IDNs.