Administration Control Panel - Easy to login and very professional looking secure login system. Features... User Manager (3 Levels): Administrator, User, Basic User. Forgot Username/Password page: System will mail username and password to email address on file. My Account: Edit personal administration preferences. Company Information: Edit company information from the control panel and it will update the variables for the entire website.
CFX_CAPTCHA is a ColdFusion Custom Tag that enables your application create CAPTCHA images. You can provide the text and other options, or let the Custom Tag generate random text for you. A JPEG file will be output on the file system that you can reference with an HTML <img> tag.Example:<cfx_CAPTCHA OUTPUTFILE = "C:wwwrootmysitecaptcha.jpg"> <!--- random text captcha ---><cfx_CAPTCHA OUTPUTFILE = "C:wwwrootmysitecaptcha.jpg" TEXT = "Type this" TEXTLENGTH = "8" FONTSIZE = "32" FONTFACE = "Arial" FONTCOLOR = "FF0000" BACKGROUNDCOLOR = "0000FF" GRADIENT = "TRUE" BOUNCY = "TRUE" CRAZYCAPS = "TRUE"><img src="captcha.jpg" /><cfset returnText = CAPTCHAText>