Forum: vB5 Programming Discussions
16 Mar 2016, 19:31
|
Replies: 3
Views: 2,507
Hey Replicant, thanks a lot for the reply!
I...
Hey Replicant, thanks a lot for the reply!
I got it to work but got the error: "humanverify_missing"
My code:
$userApi = vB_Api::instance('user');
$userid = $userApi->save(
0,
$new_pass,...
|
Forum: vB5 Programming Discussions
16 Mar 2016, 05:54
|
Replies: 3
Views: 2,507
Manually create user
hi!
I'm trying to connect my wordpress users with the vB forum, what I want is when a user is created on the WP site to automatically create a forum user with the same login, email and password....
|