I have a requirement for farcry webtop users to see client passwords - makes
support calls easier
So I have added the following to password.cfc
<cfcase value="enterClearPassword">
<cfsavecontent variable="html">
<cfoutput><input type="text"
name="#arguments.fieldname#" id="#arguments.fieldname#"
value="#arguments.stMetadata.value#" class="#arguments.stMetadata.ftclass#"
style="#arguments.stMetadata.ftstyle#" /></cfoutput>
</cfsavecontent>
</cfcase>
used like this
<cfproperty ftSeq="61" ftFieldset="Login Details" ftWizardStep="Login"
name="password" type="string" hint="login password"
required="no" default="" ftLabel="Password" bLabel="false"
fttype="password" ftValidation="required" ftRenderType="enterClearPassword"
ftShowLabel="TRUE" /> <!--- editpassword--->
Any one else think that would be a useful addition to farcry core?
--
AJ Mercer
Web Log: http://webonix.net
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---