Hello,

I believe this can help you

"Turning off the CF Admin Password in CFMX

There are occasions when you don't know the admin password on a CF
server but need to get into the admin. Assuming you are authorized to do
so and can access the registry for that server, in CF 5 you could simply
change the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Server to
set the value UseAdminPassword to "no". Then you could login, change the
password, and check the checkbox on that page in the admin to start
requiring it again.

In CFMX, however, this like many things is no longer in the registry.
Instead, you need the authority to edit the file neo-security.xml (yep,
even in the final release of MX it's says neo) in the \lib directory.
Change the value for:

<var name='admin.security.enabled'>
<boolean value='true'/>
</var>

from true to false and follow the same process in the admin to update
the password and reset its being required.

Just as you should take care when editing the registry, so too take care
when editing any of the CFMX xml-based config files. Leave off a closing
slash by mistake, or the like, and the server may not start!"

Qasim


-----Original Message-----
From: Che Vilnonis [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 07, 2003 10:35 AM
To: CF-Talk
Subject: Resetting the CFAdmin Password in CFMX6.1


I sent this earlier. Did anyone recieve this???

Anybody know how this is done?
I believe the process has changed since CF5.

Ch� Vilnonis
Application Developer
Advertising Systems Incorporated
8470C Remington Avenue
Pennsauken, NJ 08110
p: 856.488.2211
f: 856.488.1990
www.asitv.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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
                                

Reply via email to