On Thu, Oct 15, 2009 at 6:18 AM, ToF <[email protected]> wrote:
>
> I have another question ...
>
> I want to have a more "secure access to the registration". I try to
> run this:
>
> [session if "equal {=code} toto ? authkey register"]
> [session if "equal {=code} toto ? register password,member"]
You need = in the field=value assignements
[session if "equal {=code} toto ? authkey=register"]
[session if "equal {=code} toto ? register=password,member"]
Or even
> [session if "equal {=code} toto ? authkey=register ,
> register=password,member"]
Try that... Interesting idea!
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
-~----------~----~----~----~------~----~------~--~---