Potential impact of resetting ColdFusion admin password
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?
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.
精彩评论