On Mon, Feb 9, 2009 at 10:32 AM, Hans - softflow.co.uk <[email protected]> wrote: > > Okay, I got it now: a form to change a password field, encrypting it > automatically: > > [form] > [text pw "{:password}"] > [hidden password <(crypt pw)>] > [submit 'Change Password'] > [session savedata password] > [form]
Doesn't this require you to submit the form twice? Actually, are you sure this works? Doesn't seem like it would. Didn't on my quick test. You need to encrypt the password after the form is submitted. See my other email... I definitely see you'll get the hang of this very fast... Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
