Thanks! Data saves now.
As for crypting: perhaps you could add a function like this:
function BOLTFcrypt($args, $zone='') {
$BOLTcrypt = BOLTconfig('BOLTcrypt');
return crypt($args[''][0],$BOLTcrypt);
}
With this added I tested:
Then when I use in a page [(crypt secret)] it will show the password
'secret' encrypted. If I save this with Data on the member's page
field password, the new password works.
But I did not know how to add the 'crypt' function to a form:
I tried this:
[form]
[text password "{:password}"]
[submit 'Change Password']
[session savedata <(crypt password)>]
[form]
But it did not work.
~Hans
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---