![Picture of Eric Beauchemin Picture of Eric Beauchemin](/picture/user/1430637.jpg)
Eric Beauchemin - 2017-03-23 18:21:32 -
In reply to message 6 from Manuel Lemos
Me again,
don't know if it's worth it but may I suggest a minor correction in login_with_iHealth.php line 124
replace
echo '<h1>', HtmlSpecialChars($user->nickname),
with
echo '<h1>', HtmlSpecialChars($user->UserInfoList[0]->nickname), ...
to get the nickname correctly
Like you said, they don't do things like convention says...
Thanks again!