Index: branches/5.2.x/units/orders/orders_event_handler.php =================================================================== diff -u -N -r15568 -r15589 --- branches/5.2.x/units/orders/orders_event_handler.php (.../orders_event_handler.php) (revision 15568) +++ branches/5.2.x/units/orders/orders_event_handler.php (.../orders_event_handler.php) (revision 15589) @@ -1,6 +1,6 @@ Application->setUnitOption($event->Prefix, 'Fields', $fields); + + $user_forms = $this->Application->getUnitOption('u', 'Forms'); + + $virtual_fields = $this->Application->getUnitOption($event->Prefix, 'VirtualFields'); + $virtual_fields['UserPassword']['hashing_method'] = $user_forms['default']['Fields']['PasswordHashingMethod']['default']; + $this->Application->setUnitOption($event->Prefix, 'VirtualFields', $virtual_fields); } /**