try this

<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>
<strong>Administrator:</strong><br>
#Evaluate("cfusion_Decrypt(adminpassword, PASSWORD_KEY)")#<br>

<strong>RDS:</strong><br>
#Evaluate("cfusion_Decrypt(studiopassword, PASSWORD_KEY)")#<br>
</cfoutput>



----- Original Message -----
From: "VanderHart, Robert" <[EMAIL PROTECTED]>
To: "CF-Linux" <[EMAIL PROTECTED]>
Sent: Friday, January 17, 2003 5:59 AM
Subject: Admin password


> Recently someone asked how to retrieve the CF Admin password after they've
lost/misplaced it.  I tried to find the message by searching at
houseoffusion.com but the search just hangs.
>
> Can someone kindly tell me how to retrieve the cf admin password via the
command line?
>
>
> Robert J. Vander Hart
> Electronic Resources Librarian
> The Lamar Soutter Library
> University of Massachusetts Medical School
> 55 Lake Avenue N
> Worcester  MA  01655
>
> Voice: (508) 856-3290
> Fax: (508) 856-5899
> Email: [EMAIL PROTECTED]
> Web: http://library.umassmed.edu
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

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

Reply via email to