This only happens when you're logged in. The comments app adds the e-mail of the currently logged in user if no other e-mail is given.
Even if your site does not allow users to login, you might be logged into the admin which is the same. Logout from the admin, try the comment form again and the e-mail field will be empty. Deactivating the default e-mail for a logged in user is another story. Best regards, Peter Eschler On 21 Feb., 22:17, pmains <[email protected]> wrote: > I'm writing a blog app (yeah, I know. super boring, right?), and I was > running into a strange issue where user comments were being issued a > default email address. Is there any way to prevent this from > happening? > > The URL field is fine -- no default value is being set there. > > I'm using django.contrib.comments. Other than this, I haven't had any > problems whatsoever with the app. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

