New auth module and "User Profile Fields"

New auth module and "User Profile Fields"

by Kerem Erzurumlu -
Number of replies: 1

I wrote a new auth module, which uses cURL, to interact with a web site.


I wrote user_login(), get_userinfo() and some other required functions. My new module, seems fine. Login process happens and required information (name, surname, email) is updated.


But I have 6 "User Profile Fields" (AIT1, AIT2, TD1, TD2, YD1, YD2) on each user and it seems that I can not update them via get_userinfo(). I debuged my functions and my arrays seems to be fine ( $array["AIT1"]=1 ).


Any ideas=

Average of ratings: -