Thread
:
How do I set MD5(?) in ini file? Must I escape?
View Single Post
#
2
(
permalink
)
04-18-2008, 12:19 PM
snairl
Junior Member
Join Date: Apr 2008
Posts: 7
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(?)'
snairl
View Public Profile
Send a private message to snairl
Find all posts by snairl