diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-01-23 10:55:23 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-01-23 10:55:23 +0100 |
commit | 52c9860c6e3a36b884ca186f1c9ea3d7acdf2b13 (patch) | |
tree | 60b74312126ad6ad38edc76256348cbcdf7fdc82 /_test | |
parent | 3e1ca056e645515478add4931738a5f476e1bf3e (diff) | |
download | rpg-52c9860c6e3a36b884ca186f1c9ea3d7acdf2b13.tar.gz rpg-52c9860c6e3a36b884ca186f1c9ea3d7acdf2b13.tar.bz2 |
django pass hashes have no leading $
Diffstat (limited to '_test')
-rw-r--r-- | _test/cases/inc/auth_password.test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/cases/inc/auth_password.test.php b/_test/cases/inc/auth_password.test.php index d19b2a0e7..1c0942239 100644 --- a/_test/cases/inc/auth_password.test.php +++ b/_test/cases/inc/auth_password.test.php @@ -18,8 +18,8 @@ class auth_password_test extends UnitTestCase { 'kmd5' => 'a579299436d7969791189acadd86fcb716', 'pmd5' => '$P$abcdefgh1RC6Fd32heUzl7EYCG9uGw.', 'hmd5' => '$H$abcdefgh1ZbJodHxmeXVAhEzTG7IAp.', - 'djangomd5' => '$md5$abcde$d0fdddeda8cd92725d2b54148ac09158', - 'djangosha1' => '$sha1$abcde$c8e65a7f0acc9158843048a53dcc5a6bc4d17678', + 'djangomd5' => 'md5$abcde$d0fdddeda8cd92725d2b54148ac09158', + 'djangosha1' => 'sha1$abcde$c8e65a7f0acc9158843048a53dcc5a6bc4d17678', ); |