Simon
|
| Posted: 08/27/2002, 3:28 PM |
|
Hi,
I have been reading the other posts on MD5 encryption and how to enable
authentication...but i still dont know how to get it done...i am a dummy
at programming.
My MD5 passes are in a MySql db.
Can some one please post an exact step by step modification guide, to
how i can enable MD5 auth on the CCS Login page.
TIA
|
|
|
 |
Mehmet Ozdemir
|
| Posted: 08/27/2002, 4:53 PM |
|
All that you will need to do is use the MD5() function to hash your passwords before comparing to the ones stored in the DB. I'm using ASP but it should be the same in PHP the common.asp file contains CCLoginUser, just hack it up to suit.
|
|
|
 |
Simon
|
| Posted: 08/28/2002, 12:15 AM |
|
Yes, but where exactly do i write it in the common.php file...
I have tried many things but without luck...
Please help :)
|
|
|
 |
Mehmet Ozdemir
|
| Posted: 08/28/2002, 3:25 AM |
|
In the ASP generated code the login function is called "CCLoginUser"
In this function there is an SQL statement. That is were the change is made. Any PHP CCS user out to assist Simon ?
|
|
|
 |
|