password

password

Used to liase with password type fields

formtools.password:

Change Password
<cfproperty
    name="password" type="string" 
    ftSeq="12" ftfieldset="Your Login Details" required="yes" default="" 
    ftType="password" ftLabel="Password"
    ftValidation="required" />
Confirm Password
<cfproperty
    name="password" type="string" 
    ftSeq="12" ftfieldset="Your Login Details" required="yes" default="" 
    ftType="password" ftRenderType="confirmPassword" ftLabel="Password" 
    ftValidation="required" />

Attributes

NameRequiredDefaultOptionsDescription
ftRenderTypeNochangepasswordThis formtool offers a number of ways to render the input. (changepassword, confirmpassword, editpassword)
ftValidateOldMethodNoThe function that will be used to validate the old property value on form submission
ftValidateNewMethodNoThe function that will be used to validate the new property value on form submission