Opened 15 years ago
Closed 12 years ago
#12817 closed Bug (fixed)
email validator is maybe too stingy (user@hostname fails)
Reported by: | Tom von Schwerdtner | Owned by: | anonymous |
---|---|---|---|
Component: | Core (Other) | Version: | 1.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I realize people don't tend to have email addresses without TLDs these days, but all the same it's legal and potentially useful for development. For example, if user@localhost is allowed, you don't need anything more than local delivery.
A brief mention on IRC indicated there probably isn't any real interest in a change like this, but I thought I'd toss it out there anyway.
Change History (7)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 14 years ago
Type: | → Bug |
---|
comment:4 by , 14 years ago
Severity: | → Normal |
---|
comment:5 by , 13 years ago
UI/UX: | unset |
---|
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The fix for #4833 [4e2e8f39d19d79a59c2696b2c40cb619a54fa745] is allowing 'localhost' by default. Other whitelisted domains can be added by creating a custom EmailValidator
instance. I think we can consider this issue as fixed.
Change UI/UX from NULL to False.