Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Th3MatrIx Offline
New Member
 
Posts: 3
Join Date: Apr 2007
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...
   
Reply With Quote
Reply

Tags
form, registration

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46