View Single Post
  #2 (permalink)  
Old 04-18-2008, 12:19 PM
snairl snairl is offline
Junior Member
 
Join Date: Apr 2008
Posts: 7
Default

Hey, look carefully what you trying to do.

The function setCredentialTreatment expect strings why you convert it to php code in the ini file.

You just need to defined it as string:

Code:
accounts.CredentialTreatment = 'MD5(?)'
Reply With Quote