Re: [Django] #19562: Documentation: How Django stores passwords out of date

2013-02-08 Thread Django
#19562: Documentation: How Django stores passwords out of date
--+
 Reporter:  startup.canada@…  |Owner:  ptone
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  master
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+

Comment (by Preston Holmes ):

 In [changeset:"f02e1167d788280e33de3df68fa41e89cb083619"]:
 {{{
 #!CommitTicketReference repository=""
 revision="f02e1167d788280e33de3df68fa41e89cb083619"
 [1.5.x] Fixed #19562 -- cleaned up password storage docs

 Conflicts:

 docs/topics/auth/passwords.txt
 }}}

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #19562: Documentation: How Django stores passwords out of date

2013-01-04 Thread Django
#19562: Documentation: How Django stores passwords out of date
--+
 Reporter:  startup.canada@…  |Owner:  ptone
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  master
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+

Comment (by Preston Holmes ):

 In [changeset:"c8eff0dbcb0936aac2748a7a896d08f34b54c50f"]:
 {{{
 #!CommitTicketReference repository=""
 revision="c8eff0dbcb0936aac2748a7a896d08f34b54c50f"
 Fixed #19562 -- cleaned up password storage docs
 }}}

-- 
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 https://groups.google.com/groups/opt_out.




Re: [Django] #19562: Documentation: How Django stores passwords out of date

2013-01-04 Thread Django
#19562: Documentation: How Django stores passwords out of date
--+
 Reporter:  startup.canada@…  |Owner:  ptone
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  master
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Preston Holmes ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"f02e1167d788280e33de3df68fa41e89cb083619"]:
 {{{
 #!CommitTicketReference repository=""
 revision="f02e1167d788280e33de3df68fa41e89cb083619"
 [1.5.x] Fixed #19562 -- cleaned up password storage docs

 Conflicts:

 docs/topics/auth/passwords.txt
 }}}

-- 
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 https://groups.google.com/groups/opt_out.




Re: [Django] #19562: Documentation: How Django stores passwords out of date

2013-01-04 Thread Django
#19562: Documentation: How Django stores passwords out of date
--+
 Reporter:  startup.canada@…  |Owner:  ptone
 Type:  Cleanup/optimization  |   Status:  assigned
Component:  Documentation |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by ptone):

 * status:  new => assigned
 * needs_better_patch:   => 0
 * component:  contrib.auth => Documentation
 * needs_tests:   => 0
 * version:  1.5-alpha-1 => master
 * owner:  nobody => ptone
 * needs_docs:   => 0
 * stage:  Unreviewed => Accepted


Comment:

 Looks like this was missed in the 1.4 timeframe and wasn't caught during
 the recent refactor either.

-- 
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 https://groups.google.com/groups/opt_out.




[Django] #19562: Documentation: How Django stores passwords out of date

2013-01-03 Thread Django
#19562: Documentation: How Django stores passwords out of date
--+-
 Reporter:  startup.canada@…  |  Owner:  nobody
 Type:  Cleanup/optimization  | Status:  new
Component:  contrib.auth  |Version:  1.5-alpha-1
 Severity:  Normal|   Keywords:
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  0
--+-
 In "Password management in Django" documentation page
 https://docs.djangoproject.com/en/1.5/topics/auth/passwords/ , section
 "How Django stores passwords" it says: "The password attribute of a User
 object is a string in this format:
 algorithm$hash"

 This is out of date (since v1.4?) It should say something like:

 "The password attribute of a User object is a string in this format:
 algorithm$iterations$salt$hash" , where iterations is the work factor.

 Thanks

-- 
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 https://groups.google.com/groups/opt_out.