Opened 14 years ago

Closed 11 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 Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by anonymous, 14 years ago

Owner: changed from nobody to anonymous
Status: newassigned

comment:3 by Luke Plant, 13 years ago

Type: Bug

comment:4 by Luke Plant, 13 years ago

Severity: Normal

comment:5 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:7 by Claude Paroz, 11 years ago

Resolution: fixed
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top