Active
Project:
Node registration
Version:
7.x-1.16
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2015 at 15:33 UTC
Updated:
1 Dec 2015 at 10:04 UTC
Jump to comment: Most recent
hi
i need to create programatically node registrations for some users with "verified" flag setted to 0, in order to they can themselves to confirm the registration
is there a public method i can use to register a user to a given node?
i've searched in the module code but i can't figure how to do this
Comments
Comment #2
rudiedirkx commentedThey're normal Entity methods:
No need for a function (like
node_save()) to do that.Comment #3
leandro713 commentedoh yes
thanks