Fixed #21535 -- Fixed password hash iteration upgrade.

Thanks jared_mess for the report.
This commit is contained in:
Tim Graham 2013-11-29 20:49:56 -05:00
parent 2688462f91
commit fddb0131d3
3 changed files with 36 additions and 3 deletions

View file

@ -40,3 +40,4 @@ Bug fixes
* Fixed test client ``logout()`` method when using the cookie-based session
backend (#21448).
* Fixed a crash when a ``GeometryField`` uses a non-geometric widget (#21496).
* Fixed password hash upgrade when changing the iteration count (#21535).