Index: trunk/kernel/units/configuration/configuration_event_handler.php =================================================================== diff -u -N -r6093 -r6428 --- trunk/kernel/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 6093) +++ trunk/kernel/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 6428) @@ -49,7 +49,8 @@ $field_options['skip_empty'] = 1; $object->SetFieldOptions('VariableValue', $field_options); }else { - $object->SetDBField('VariableValue', md5($object->GetDBField('VariableValue'))); + $password_formatter =& $this->Application->recallObject('kPasswordFormatter'); + $object->SetDBField('VariableValue', $password_formatter->EncryptPassword($object->GetDBField('VariableValue'), 'b38')); } } @@ -171,7 +172,7 @@ $event->redirect_params = Array('opener' => 's', 'pass'=>'all,conf'); //stay! $event->redirect = false; }*/ - + /** * Process items from selector (selected_ids var, key - prefix, value - comma separated ids) *