Index: branches/5.3.x/units/orders/orders_config.php =================================================================== diff -u -N -r15675 -r16392 --- branches/5.3.x/units/orders/orders_config.php (.../orders_config.php) (revision 15675) +++ branches/5.3.x/units/orders/orders_config.php (.../orders_config.php) (revision 16392) @@ -1,6 +1,6 @@ Array ( 'type' => 'string', - 'formatter' => 'kPasswordFormatter', 'encryption_method' => 'md5', 'verify_field' => 'VerifyUserPassword', + 'formatter' => 'kPasswordFormatter', 'hashing_method' => PasswordHashingMethod::MD5, 'verify_field' => 'VerifyUserPassword', 'skip_empty' => 1, 'default' => 'd41d8cd98f00b204e9800998ecf8427e' ), @@ -586,4 +586,4 @@ ), ), ), -); \ No newline at end of file +);