It seems there is a way to reset the Admin password for a ColdFusion installation. What are the potential pitfalls to be aware of before doing so?
+8
A:
Generally very few pitfalls to changing the password.
Changing the -- I'm assuming in your case -- only password for ColdFusion Administrator will have the following impact:
- Prevent anyone else who has the password from accessing the Administrator (duh!)
- Break any code that uses the adminapi to programmatically control datasources, mappings, etc.
The first is probably not much of a concern I'm assuming.
The second probably only a small concern. Very few ColdFusion applications use the adminapi since its easier to use the GUI admin! If you do a search on the code for "adminapi" you can find out if it will effect your applications.
Sam Farmer
2009-11-13 00:37:06