Hi Klas
In the standard user form...
Using afterstore...
I have no joy when trying to update a different users data
$content = JCckContentUser::getInstance(441); <- a different user to current one
$content->setProperty( 'gender', 'C' )->store(); <- an example of trying to save something
Nothing happens.
Do you get same result?