Actions
Bug #2229
closedusing $user->store() appears to clear params
Description
When using API method ->store() for user objects it appears to clear the params in _users database table. It seams that params are processed in bindSafely (fired by saveSafely) as the params fields are handled by cb.core.php and its respective field class.
This however isn't necessarily the issue however as the problem is EXISTING users stored with store() are having the params fields completely emptied if they are not passed and processed through saveSafely.
Actions