| Creating my own User Registration form. -
06-05-2007, 04:44 AM
Hi,
I have programmed a form which will create the user in the swusers table, it will also create the linked email in the swuseremails table and also it will create all the customfield in the swcustomfieldsvalues table. I have to do that since the user is making an order and entrying is users infos when making the order...
I have only one last problem. In the swusers table there is two rows, one called userpassword (which is the user password encoded using some kind of MD5) and the other row is userpasswordtxt. My question is how can I encode the password in the same way as your user registration page so that your script can decrypt the password when the user try to log in. I'm sure I will only need the way you use to encrypt the password, loginshare show something like that : md5($password)...
Please help me, everything is working except that... |