I'm trying to turn Hashed passwords on in FarCry following the
instructions on this page....
http://docs.farcrycms.org/display/FCDEV50/Security+Introduction

In there it says I need to extend the core's FarCryUD and set
bEncrypted to true. I've tried a few combinations including this
code....

<cfcomponent displayname="Farcry User Directory"
extends="farcry.core.packages.security.FarCryUD" output="false">
        <!--- Set all password to be hashed in the Datbase --->
        <cfset super.bEncrypted = true />
</cfcomponent>

... when I do this and then try and change my password through the
webtop I get an error saying:

Detail           [empty string]
ErrNumber       0
Message         Element SECURITY.USERDIRECTORIES.CLIENTUD.BENCRYPTED is
undefined in APPLICATION.
Resolvedname    APPLICATION

From:

arguments - struct
COLUMN  0
ID      ??
LINE    122
RAW_TRACE       at cffarUser2ecfc1044656640$funcSETDATA.runFunction(C:
\Inetpub\wwwroot\farcry\core\packages\types\farUser.cfc:122)
TEMPLATE        C:\Inetpub\wwwroot\farcry\core\packages\types\farUser.cfc
TYPE    CFML

-----

Am I setting this up right? I've tried this on 5.1.0 and 5.1.6.

Cheers,
James
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to