JD
|
| Posted: 11/25/2002, 7:39 AM |
|
I am using php and CCS.
I need to crypt the password field before it checks the database. In cc2 I had to use a custom login. How would I go about doing this in CCS.
Thanks,
J.D.
Provident Bank
|
|
|
 |
Andrew B
|
| Posted: 11/25/2002, 12:59 PM |
|
Go into the common files and selected 'common.asp' or the equiv. in your language. in the 'Code:' dropdown select 'CCLoginUser', which is at the bottom. Modify this code to do whatever you want to your password.
You can add your own custom function to the bottom of the file (or anywhere actually) to do the encrypting.
|
|
|
 |
|