ColdFusion管理员登录名和密码恢复

编程入门 行业动态 更新时间:2024-10-26 16:31:49
本文介绍了ColdFusion管理员登录名和密码恢复的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我最近接手了CF网站的开发工作,在获取CF管理员的登录名和密码时遇到了一些麻烦。我希望另一个StackOverflower可以对获取访问权限有所了解。我们可以访问FTP和任何其他与主机相关的详细信息。

I recently took over the development of a CF site and am having some trouble obtaining the login and password to the Admin for CF. I was hoping another StackOverflower may haave some insight on obtaining access. We have access to the FTP and any other hosting related details. Any helpful insight will be greatly appreciated.

推荐答案

打开 password.properties

Open up the password.properties file which lies in <coldfusion install directory>\lib

中的c>文件,您可以看到一些加密的字符串,例如

You can see some encrypted string like

password=5BAA61E4C9B93F3F0682250B6CF8331B7EE68FD8 encrypted=true

将其更改为使用 encrypted = false

password=newPassword encrypted=false

之后,您可以使用 newPassword ,然后在CF Administrator中重置为正确的密码。

After that you can log in using newPassword and reset to a proper password in the CF Administrator.

更多推荐

ColdFusion管理员登录名和密码恢复

本文发布于:2023-11-06 04:46:49,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1562743.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:登录名   密码恢复   管理员   ColdFusion

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!