Difference between revisions of "Reset Coldfusion Password"
From Hostek.com Wiki
(Created page with "==Admin password reset== You can reset your Coldfusion 8, ColdFusion 9, or Coldfusion 10 admin password by doing the following: #Go to the ColdFusion installation directory ...") |
|||
Line 17: | Line 17: | ||
*Save the file | *Save the file | ||
− | ===Restart CF and login | + | ===Restart CF and login=== |
#Restart the CF Application service. In cmd, type Services.msc or locate it in the Administrators Tools | #Restart the CF Application service. In cmd, type Services.msc or locate it in the Administrators Tools | ||
Line 26: | Line 26: | ||
* For ColdFusion 10 there is alternative option. Go t C:\ColdFusion10\cfusion\bin\ and run the passwordreset.bat (NOTE: leave RDS password blank) | * For ColdFusion 10 there is alternative option. Go t C:\ColdFusion10\cfusion\bin\ and run the passwordreset.bat (NOTE: leave RDS password blank) | ||
+ | |||
+ | |||
+ | [[Category:VPS]] | ||
+ | [[Category:ColdFusion]] | ||
+ | [[Category:ColdFusion-VPS]] |
Revision as of 19:33, 29 April 2014
Admin password reset
You can reset your Coldfusion 8, ColdFusion 9, or Coldfusion 10 admin password by doing the following:
- Go to the ColdFusion installation directory (by default C:\ColdFusion8 or C:\ColdFusion9 or C:\ColdFusion10\cfusion\)
- Open the \Lib\ directory
- Locate the password.properties file and open this with notepad
- Make the following changes to the file, you will have to change the encrypted to false and then type a new password.
#date/time rdspassword= password=TYPEYOURNEW-TEMPORARY-PASSWORDHERE encrypted=FALSE
- Save the file
Restart CF and login
- Restart the CF Application service. In cmd, type Services.msc or locate it in the Administrators Tools
- Once CF has restarted, login to CF Admin with the temporary password you set
- In Security, under administration, reset your password. The password.properties will set the password and encrypt it.
CF 10 Additional Options
- For ColdFusion 10 there is alternative option. Go t C:\ColdFusion10\cfusion\bin\ and run the passwordreset.bat (NOTE: leave RDS password blank)