Thomas,

If cfregistry is enabled this will work with a CF5 Server:

<CFSET PASSWORD_KEY = "4p0L@r1$">
<cfregistry action="GET"
branch="HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Server
" entry="AdminPassword" variable="adminpassword" type="String">

<cfregistry action="GET"
branch="HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Server
" entry="StudioPassword" variable="studiopassword" type="String">

<cfoutput>
<b>Admin Password:</b>
#evaluate("cfusion_Decrypt(adminpassword, PASSWORD_KEY )")#
<br>
<b>RDS Password:</b>
#evaluate("cfusion_Decrypt(studiopassword, PASSWORD_KEY )")#
</cfoutput>

hth,

larry     

> -----Original Message-----
> 
> Date: Mon, 15 Jul 2002 11:29:40 -0700
> From: [EMAIL PROTECTED]
> Subject: Password
> Message-ID: 
> <[EMAIL PROTECTED]
> argo.com>
> 
> We have inherited a CF5 server, running on W2K, and we do not 
> have the admin
> password.  Is there a way to find this out, or bypass it, or 
> reset it or
> anything so that we can get into the CF administrator?
>  
> Any help would be greatly appreciated,
>  
> TIA
>  
> TN.
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to