Index: branches/5.2.x/units/orders/orders_config.php =================================================================== diff -u -N -r14807 -r14808 --- branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 14807) +++ branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 14808) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'default' => ''), // export related fields: end + + // for "one step checkout" + 'UserPassword' => Array ( + 'type' => 'string', + 'formatter' => 'kPasswordFormatter', 'encryption_method' => 'md5', 'verify_field' => 'VerifyUserPassword', + 'skip_empty' => 1, 'default' => 'd41d8cd98f00b204e9800998ecf8427e' + ), ), 'Grids' => Array ( 'Default' => Array (