add support for new Django hashing methods
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. This will be needed in the tests for the new PDO auth plugin.
Showing
- _test/tests/inc/PassHash.test.php 19 additions, 1 deletion_test/tests/inc/PassHash.test.php
- _test/tests/inc/auth_password.test.php 13 additions, 3 deletions_test/tests/inc/auth_password.test.php
- inc/PassHash.class.php 74 additions, 3 deletionsinc/PassHash.class.php
- lib/plugins/config/settings/config.metadata.php 4 additions, 1 deletionlib/plugins/config/settings/config.metadata.php
Loading
Please register or sign in to comment