Take a look at the link I gave you...

<CF_RANDOM_PASS LENGTH="8,20"
                CHARSET="AlphaNumeric"
                UCASE="Yes"
                RETURNVARIABLE="pword">

That will generate a password between 8 and 20 characters long with numbers
and lower and uppercase letters and store it in a variable called 'pword'
(you can change it to whatever you want)

The link again...
http://acoderslife.com/tutorials/index.cfm?act=t&cid=1&tid=2

copy that code and save it in a file called random_pass.cfm and put it in
your custom tag directory (or in the application root somewhere)

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.25/593 - Release Date: 12/19/2006
1:17 PM
 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264654
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to