Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I lost my ColdFusion Administrator Password, How can I reset it?

ColdFusion Administration

I lost my ColdFusion Administrator Password, How can I reset it?

by  Ram0135  Posted    (Edited  )
How to reset a ColdFusion Administrator Password by Ramon
------------------------------------------------------------

**You must have access to the registry or the main installation folder for coldfusion**

If you have ColdFusion MX follow step 1 or if you have ColdFusion 5 or earlier follow step 2.

------------------------------------------------------------

Step 1: To reset your password in CF MX, go to C:\CFusionMX\lib where C is your installation drive. Then find the file neo-security.xml and you are going to have to edit the code in this document. look for the line

<var name="admin.security.enabled">
<boolean value="true" />
</var>

then change the boolean value from true to false. Restart the ColdFusion Server. You should now be able to change your password. If you can't, you can go directly to the page: localhost/CFIDE/administrator/security/cfadminpassword.cfm

------------------------------------------------------------

Step 2: This step is to reset the password for ColdFusion for version 5 or earlier. Edit the registry (regedit.exe) and go to this key: HKEY_LOCAL_MACHINE then go to Software then to Allaire then ColdFusion then Current Version then Server. Now find the UseAdminPassword attribute and set it to 0. Now restart your ColdFusion Server and go to the main page and you should be able to log in with a blank password. If not navigate to the page directly which is:

localhost/CFIDE/administrator/security/cfadminpassword.cfm

------------------------------------------------------------

Hope this helps!
-Ramon
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top