PDA

View Full Version : API for registration


manilodisan
09-25-2007, 08:33 AM
I would like to know if there's an API for registration or something. I have another login/registration sys. on the main website and, whenever a new member confirms his membership, I would like to insert that member's details in the forum db as well... Is that available or I'll have to connect and do the inserts myself? Thanks.

Marco van Herwaarden
09-25-2007, 12:09 PM
You should use the DataManager for that (see includes/class_dm_user.php).

See for more info: Add new Users (automatically) (https://vborg.vbsupport.ru/showthread.php?t=82836&highlight=vB_DataManager_User)