-
Bug
-
Resolution: Fixed
-
Minor
-
None
If a user has an email address such as:
The email address is marked as invalid. Maybe we should remove any regex validation?
- links to
[JENKINS-65230] The regular expression to validate emails does not work correctly
Attachment | New: screenshot_660.png [ 54335 ] |
Description |
Original:
If a user has an email address such as:
[test.test-test@test.com|mailto:test.test-test@test.com] The email address is marked as invalid. Maybe we should remove any regex validation? |
New:
If a user has an email address such as:
[test.test-test@test.com|mailto:test.test-test@test.com] !screenshot_660.png|thumbnail! The email address is marked as invalid. Maybe we should remove any regex validation? |
Assignee | New: Arnaud Héritier [ aheritier ] |
+1 on the regexp validation, there is no way to validate an email is correct with a regexp anyway. I would suggest simply validating the field is not blank... for the rest there is a test feature to validate we can send an email to the specified adress.