Re: [Django] #8342: The admin wrongly assumes you can't login with your email

2013-08-04 Thread Django
#8342: The admin wrongly assumes you can't login with your email
-+
   Reporter:  julien |Owner:  nobody
   Type: |   Status:  closed
  Component:  contrib.admin  |  Version:  master
   Severity: |   Resolution:  fixed
   Keywords: | Triage Stage:  Accepted
  Has patch:  1  |  Needs documentation:  0
Needs tests:  0  |  Patch needs improvement:  1
-+

Comment (by Tim Graham ):

 In [changeset:"145e0a14f0c098d7bbf2bfb593f7b6cfe1b02d72"]:
 {{{
 #!CommitTicketReference repository=""
 revision="145e0a14f0c098d7bbf2bfb593f7b6cfe1b02d72"
 [1.5.x] Fixed #20855 -- Added documentation of current_app and
 extra_context params to django.contrib.auth views

 refs #5298 and refs #8342

 Backport of 61ecb5f48a from master.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.a51431bd223b8579eae8a2f3f2323a56%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #8342: The admin wrongly assumes you can't login with your email

2013-08-04 Thread Django
#8342: The admin wrongly assumes you can't login with your email
-+
   Reporter:  julien |Owner:  nobody
   Type: |   Status:  closed
  Component:  contrib.admin  |  Version:  master
   Severity: |   Resolution:  fixed
   Keywords: | Triage Stage:  Accepted
  Has patch:  1  |  Needs documentation:  0
Needs tests:  0  |  Patch needs improvement:  1
-+

Comment (by Tim Graham ):

 In [changeset:"77293f9354774e2631087935f1550c674093c433"]:
 {{{
 #!CommitTicketReference repository=""
 revision="77293f9354774e2631087935f1550c674093c433"
 [1.6.x] Fixed #20855 -- Added documentation of current_app and
 extra_context params to django.contrib.auth views

 refs #5298 and refs #8342

 Backport of 61ecb5f48a from master
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.bcdf51952adc4d6bd0d9b245198bb445%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #8342: The admin wrongly assumes you can't login with your email

2013-08-04 Thread Django
#8342: The admin wrongly assumes you can't login with your email
-+
   Reporter:  julien |Owner:  nobody
   Type: |   Status:  closed
  Component:  contrib.admin  |  Version:  master
   Severity: |   Resolution:  fixed
   Keywords: | Triage Stage:  Accepted
  Has patch:  1  |  Needs documentation:  0
Needs tests:  0  |  Patch needs improvement:  1
-+

Comment (by Tim Graham ):

 In [changeset:"61ecb5f48a4732f1471f858c64904ec1c4763925"]:
 {{{
 #!CommitTicketReference repository=""
 revision="61ecb5f48a4732f1471f858c64904ec1c4763925"
 Fixed #20855 -- Added documentation of current_app and extra_context
 params to django.contrib.auth views

 refs #5298 and refs #8342
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.80e75b6d1ac6e2977e6cedd26ff87964%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #8342: The admin wrongly assumes you can't login with your email

2010-07-21 Thread Django
#8342: The admin wrongly assumes you can't login with your email
---+
  Reporter:  julien| Owner:  nobody
Status:  reopened  | Milestone:  1.3   
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  1 |  
---+
Comment (by bendavis78):

 Honestly, I don't understand why there's any validation on the log-in form
 other than to authenticate the given credentials.  That kind of validation
 should only be done when creating or modifying a user, not when logging
 in.  In fact,  best security practices dictate that the only error message
 you should show when logging in is "the username and/or password is
 incorrect".

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #8342: The admin wrongly assumes you can't login with your email

2010-07-13 Thread Django
#8342: The admin wrongly assumes you can't login with your email
---+
  Reporter:  julien| Owner:  nobody
Status:  reopened  | Milestone:  1.3   
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  1 |  
---+
Changes (by kmtracey):

  * needs_better_patch:  0 => 1

Comment:

 See #13928 and note that same code/message is currently present in at
 least two places. Both needs to be fixed.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #8342: The admin wrongly assumes you can't login with your email

2010-07-13 Thread Django
#8342: The admin wrongly assumes you can't login with your email
---+
  Reporter:  julien| Owner:  nobody
Status:  reopened  | Milestone:  1.3   
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by kmtracey):

  * status:  closed => reopened
  * stage:  Unreviewed => Accepted
  * resolution:  wontfix =>
  * milestone:  1.0 => 1.3

Comment:

 Actually this needs to be fixed, since r12634 has changed the rules for
 usernames to allow '@'. That message, which is still present in current
 trunk, is flat-out wrong now, even if you are not doing anything funky to
 allow login with email address instead of username.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #8342: The admin wrongly assumes you can't login with your email

2010-07-12 Thread Django
#8342: The admin wrongly assumes you can't login with your email
---+
  Reporter:  julien| Owner:  nobody
Status:  closed| Milestone:  1.0   
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:  wontfix   |  Keywords:
 Stage:  Unreviewed| Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by ubernostrum):

  * status:  reopened => closed
  * resolution:  => wontfix

Comment:

 Per the docs, when you disagree with a wontfix the thing to do is take it
 to the django-developers mailing list to try to build consensus for your
 view, not to just reopen the ticket.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #8342: The admin wrongly assumes you can't login with your email

2010-07-12 Thread Django
#8342: The admin wrongly assumes you can't login with your email
---+
  Reporter:  julien| Owner:  nobody
Status:  reopened  | Milestone:  1.0   
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Unreviewed| Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by djansoft):

 * cc: dan...@djansoft.com (added)
  * status:  closed => reopened
  * resolution:  wontfix =>

Comment:

 Is there any way to upvote tickets?  If I could I would upvote this one.
 There are so many websites using the email address as username.  The '@'
 symbol should be valid by default.

 What's wrong with julien's code?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #8342: The admin wrongly assumes you can't login with your email

2010-05-18 Thread Django
#8342: The admin wrongly assumes you can't login with your email
---+
  Reporter:  julien| Owner:  nobody
Status:  closed| Milestone:  1.0   
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:  wontfix   |  Keywords:
 Stage:  Unreviewed| Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Comment (by blyaditut):

 In political science, implementation refers to the carrying out of public
 policy [http://blyaditut01.co.cc]. Legislatures pass laws that are then
 carried out by public servants working[http://blyaditut02.co.cc] in
 bureaucratic agencies. This process consists of rule-making,
 [http://blyaditut03.co.cc] rule-administration and rule-adjudication.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #8342: The admin wrongly assumes you can't login with your email

2009-07-06 Thread Django
#8342: The admin wrongly assumes you can't login with your email
---+
  Reporter:  julien| Owner:  nobody
Status:  closed| Milestone:  1.0   
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:  wontfix   |  Keywords:
 Stage:  Unreviewed| Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by ramusus):

 * cc: ramu...@gmail.com (added)

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---