Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #20079 -- Improve security of password reset tokens #1218

Closed
wants to merge 1 commit into from
Closed

Fixed #20079 -- Improve security of password reset tokens #1218

wants to merge 1 commit into from

Conversation

mxsasha
Copy link
Member

@mxsasha mxsasha commented May 25, 2013

Improvement of #1170 with comments in https://code.djangoproject.com/ticket/20079#comment:8

The use of UNUSABLE_PASSWORD_PREFIX is now limited to the auth hashers, and one case in the auth forms, where we need to make the distinction between an unusable password, and a password hashed with an unknown algorithm (is_usable_password will just return False for either situation).

@mxsasha
Copy link
Member Author

mxsasha commented Jun 18, 2013

No longer cleanly applies to master, new PR: #1280

@mxsasha mxsasha closed this Jun 18, 2013
@mxsasha mxsasha deleted the improve-password-reset branch June 18, 2013 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant