|
You cannot access the password, but you can turn off password usage so as to be able to reset it. To do this locate the neo-security.xml file (it will be in the lib directory beneath the ColdFusion root). Look for a section that reads: <var name='admin.security.enabled'><boolean value='true'/></var>, change the 'true' to 'false', save the file, and then restart ColdFusion. You will then be able to log into the ColdFusion Administrator without a password so as to set a new password and then turn on password use again.
|