password
password
Used to liase with password type fields
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
Name | Required | Default | Options | Description |
---|---|---|---|---|
ftRenderType | No | changepassword | This formtool offers a number of ways to render the input. (changepassword, confirmpassword, editpassword) | |
ftValidateOldMethod | No | The function that will be used to validate the old property value on form submission | ||
ftValidateNewMethod | No | The function that will be used to validate the new property value on form submission |