Log in

View Full Version : Adding a user directly to the database


bkbelew
03-16-2006, 06:52 AM
Hello,

I'm working on a website, where people are added to the members section from the admin backend I created. I'm trying to simplify the process, and make it where it registers the user on the forums during the same step. I managed to add a username, password, etc to the db w/ the process. But, it didn't work. Assuming its because of the encrpytion, and the salt. Was just wondering if anyone has done this? Or if anyone could help me figure out how to do this!

Thanks in advance!

Brandon

Brad
03-16-2006, 10:55 AM
Have a look at this thread:

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

bkbelew
03-16-2006, 05:08 PM
It didn't really help me much, but thanks for the help :)

There has to be a simple way.. to generate the salt, encrypt the password, and enter it into the database w/out having to hook anything from vbulletin.

I just need to figure that out :tired: