Index: branches/5.2.x/core/units/users/users_tag_processor.php =================================================================== diff -u -N -r15563 -r16022 --- branches/5.2.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 15563) +++ branches/5.2.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 16022) @@ -1,6 +1,6 @@ SetFieldsFromHash($fields_hash); + $user->SetDBFieldsFromHash($fields_hash); $user->SetDBField('PwResetConfirm', ''); $user->SetDBField('PwRequestTime_date', NULL); $user->SetDBField('PwRequestTime_time', NULL); @@ -374,4 +374,4 @@ return $object->GetDBField('Email') ? $object->GetDBField('Email') : $object->GetDBField('Username'); } - } \ No newline at end of file + }