JonathanW
Well-known member
Hey guys,
What I'm trying to do here is have my custom registration form insert data into the XF database. The only problem I having here is getting the password into the correct format. I've looked into the core.php file trying to figure out exactly what is going on here, but I'm still a bit confused.
My main questions are this:
The remember_key is the correct place to put the "password" correct?
Is there a function I can send the $password from my form to, and have it return the correct formatted password for insertion?
Everything else I seem to be alright with, just the darn password....
And if you're wondering, I will be maintaining two seprate databases, one for my site, and one for the forum, and keeping them in sync through my custom forms, and just running dual SQL statements.
Any input on this is greatly appreciated!
Jonathan
What I'm trying to do here is have my custom registration form insert data into the XF database. The only problem I having here is getting the password into the correct format. I've looked into the core.php file trying to figure out exactly what is going on here, but I'm still a bit confused.
My main questions are this:
The remember_key is the correct place to put the "password" correct?
Is there a function I can send the $password from my form to, and have it return the correct formatted password for insertion?
Everything else I seem to be alright with, just the darn password....
And if you're wondering, I will be maintaining two seprate databases, one for my site, and one for the forum, and keeping them in sync through my custom forms, and just running dual SQL statements.
Any input on this is greatly appreciated!
Jonathan