Opened 14 years ago

Closed 14 years ago

#12630 closed (worksforme)

My e-mail is invalid

Reported by: Konstantin Owned by: nobody
Component: *.djangoproject.com Version:
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

During registration process I entered my email nk.0@…, but it was rejected by system.

Change History (1)

comment:1 by Karen Tracey, 14 years ago

Resolution: worksforme
Status: newclosed

I can't recreate a problem attempting to register here:

http://www.djangoproject.com/accounts/register/

using the specified email address. If I specify only a bogus address such as 'x' and press 'Register', the registration form is re-displayed with an error annotation on that field: "* Enter a valid e-mail address.", plus all the other required fields are annotated with "* This field is required." If I enter nk.0@ya.ru for email, and again leave everything else blank, when I press 'Register' there is no error annotation on the redisplayed form for the email field. (The other required fields still complain that a value is needed, of course.) This convinces me that I could successfully use that as an email address during registration.

So, if this is really a problem with the Django web site registration, please be more specific about where in the process the system rejected that email address.

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