Re: please reopen ticket 15567

2011-09-13 Thread silent1mezzo
-1 If a person brute forces your site and finds the correct username / password they could try this on other sites (gmail, banking, etc..) While it would make it a little more clear I think the implications are too big. On Sep 13, 3:14 pm, Adam Jenkins wrote: > On Tue, Sep 13, 2011 at 12:42 PM,

Re: Ticket #7817: Extending "with" and "include" tags.

2010-11-04 Thread silent1mezzo
+1 for {% include "foo.html" x=1 y=2 %} This just seems more natural. My designer agreed based on the {% url %} tags. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com.

Re: contrib.auth.user model and the username field

2010-11-01 Thread silent1mezzo
Wouldn't it be better to just have an email authentication backend. I feel that its unnecessary to duplicate information. The username is there for a reason as well as the email. Maybe the solution is to ship django with both an email and a username authentication and make the other field optiona