Reset ColdFusion Administrator password

 

To reset your password in CF MX, go to C:\ColdFusion8\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:
http://127.0.0.1/CFIDE/administrator/security/cfadminpassword.cfm.

 

 

[+] View other examples

Small fish in the sea

A ColdFusion programer since 2006 which have developed various web based applications using Adobe ColdFusion (from version 4.5 to 9).

manoj_kothari9@yahoo.com
+91 9711601778

Join me on:

more about me

Video times

Here are some videos related to ColdFusion, Database tutorials. Hopefully it will be helpful for you.

view videos

Tip for the day

Avoid redirection with <cflocation> when using cookies.

Setting a cookie variable and using <cflocation> afterward results in the cookie not being set. If you need to redirect to a different template after setting a cookie, consider using the <cfheader> tag instead...

view detail

Guest book
Adobe ColdFusion 9