- Summary:
-
Use django make_password
Use django make_password
Review Request #3363 — Created Sept. 28, 2012 and submitted
Use django.contrib.auth.hashers.make_password in StandardAuthBackend. Fixes issue #2726
Ran test suite, but lots of apparently unrelated failures. See http://pastie.org/4856860
Description | From | Last Updated |
---|---|---|
This function isn't expected to save the file. It should only update user.password. |
chipx86 |
TA
- Description:
-
~ Use django.contrib.auth.hashers.make_password in StandardAuthBackend
~ Use django.contrib.auth.hashers.make_password in StandardAuthBackend. Fixes issue #2726
- Bugs: