Hello,
How to retrieve the "JoinIP" field on table "ow_base_user"
Is there a function like the email address?
$id = OW::getUser()->getId();
$user = BOL_UserService::getInstance()->findUserById($id);
$email = $user->getEmail();
Thank you in advance if anyone can help me.
Thierry