RE: CFServer passwords

2003-01-17 Thread Joel Blanchette
For CF 5 Server


CFSET CFKey = 4p0L@r1$

CFREGISTRY ACTION=GET
Branch=HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Se
rver Entry=AdminPassword Variable=AdminPassword

CFOUTPUT
  Registry Password: #CFusion_Decrypt(AdminPassword, CFKey)#
/CFOUTPUT

 
 
==
Joel Blanchette
IT and System Specialist
Point of Impact Technologies Inc.
Tel: (204) 989-0013
Email: [EMAIL PROTECTED]
==


-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]] 
Sent: Friday, January 17, 2003 10:55 AM
To: CF-Talk
Subject: CFServer passwords


Does anyone know where the CF administrator password is stored in the
registry? - my mate has installed the server and rapidly forgotton what
it is

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFServer passwords

2003-01-17 Thread Dave Watts
 Does anyone know where the CF administrator password 
 is stored in the registry? - my mate has installed 
 the server and rapidly forgotton what it is

Rather than finding out what the existing password is, you can simply
disable the use of the password, then reset it to whatever you like.

If you're running CF 5 or earlier, edit the registry, and set this value to
0:

HKLM\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Server\UseAdminPassword

If you're running on Linux/Solaris/HPUX, you'll need to stop the server
before making the edit, then restart it after you've edited the registry. On
Unices, there's no actual registry, so this info is stored in the file
cf.registry (typically /opt/coldfusion/registry/cf.registry).

If you're running CFMX, you'll want to stop the service, edit
neo-security.xml, find var name='admin.security.enabled'boolean
value='true'//var and set the value to false, then restart the service.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFServer passwords

2003-01-17 Thread Andy Ewings
thanks guys...

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: 17 January 2003 17:19
To: CF-Talk
Subject: RE: CFServer passwords


 Does anyone know where the CF administrator password 
 is stored in the registry? - my mate has installed 
 the server and rapidly forgotton what it is

Rather than finding out what the existing password is, you can simply
disable the use of the password, then reset it to whatever you like.

If you're running CF 5 or earlier, edit the registry, and set this value to
0:

HKLM\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Server\UseAdminPassword

If you're running on Linux/Solaris/HPUX, you'll need to stop the server
before making the edit, then restart it after you've edited the registry. On
Unices, there's no actual registry, so this info is stored in the file
cf.registry (typically /opt/coldfusion/registry/cf.registry).

If you're running CFMX, you'll want to stop the service, edit
neo-security.xml, find var name='admin.security.enabled'boolean
value='true'//var and set the value to false, then restart the service.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4