We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Copulate realname field in code | Forum

Gabriel Fonseca
Gabriel Fonseca Oct 28 '13

Hello,


I'm using this function to create a new User on the network.


$user = BOL_UserService::getInstance()->createUser($usuario[0], TCE_HASH, $userGet, null, true);


But it only inserts the username of the person. The realname is empty!


How to insert the realname do it too?


Thank you

Gabriel Fonseca
Gabriel Fonseca Oct 28 '13

hello,


I decided to opt for the manual entry into the database.


Created a function which inserts the realname passed by GET with the id of ususario, table ow_base_question_data.


It worked for me,  can close the topic! (:


Thanks

The Forum post is edited by Gabriel Fonseca Oct 28 '13
ross Team
ross Oct 28 '13
Topic was moved from General Questions.