Log in

View Full Version : Making new users


squirter
06-28-2007, 05:00 PM
I want to create new users using SQL.

Which tables need modified?

Besides the obvious user table.

Dismounted
06-29-2007, 06:24 AM
userfield

Guest190829
06-29-2007, 06:38 AM
If you are doing this within a php file, I suggest using vB's User data manager for this.

Antivirus
06-29-2007, 03:06 PM
Dannt.VBT is correct, in addition creating users manually without using the datamanager might even compromise the integrity of your database. Check out includes/class_dm_user.php . There's also a HOW TO written by Andreas in the articles section if i recall correctly.

tyrionlannister
06-29-2007, 06:02 PM
Dannt.VBT is correct, in addition creating users manually without using the datamanager might even compromise the integrity of your database. Check out includes/class_dm_user.php . There's also a HOW TO written by Andreas in the articles section if i recall correctly.
Here's the article link:

https://vborg.vbsupport.ru/showthread.php?t=82836