diff --git a/ChangeLog b/ChangeLog index 4664a05..b81e499 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-01 Vincent Untz + + * foundation.gnome.org/membership/application.wml: accept + in email + addresses + 2006-03-31 Vincent Untz * foundation.gnome.org/index.wml: diff --git a/foundation.gnome.org/membership/application.wml b/foundation.gnome.org/membership/application.wml index b4bfcd4..4f5b6d7 100644 --- a/foundation.gnome.org/membership/application.wml +++ b/foundation.gnome.org/membership/application.wml @@ -38,7 +38,7 @@ $bad_elements[] = "name"; $errors[] = "Please enter your name."; } - if (!$email || !ereg("^[a-zA-Z0-9_.-]+@[a-zA-Z0-9_.-]+\.[a-zA-Z]+$", $email)) { + if (!$email || !ereg("^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9_.-]+\.[a-zA-Z]+$", $email)) { $bad_elements[] = "email"; $errors[] = "Please enter an email address we can use to contact you."; }