Concerning the other problem:

In the page action.register, I want to replace these two lines:

[session authkey register]
[session register password,member]

by this one:

[session if "equal {=code} toto ? authkey=register ,
register=password,member"]

Surely, I have declared a textbox so that the guy can write a text,
corresponding to the "code":

[c]>>Passcode:<<
[c][text code]
[r]

It does not work. It says that the form has been submitted but it
seems not to create the login and thus it cannot log the guy, even if
the passcode is correct.

As you may have understood, I want people to *register* only if he
knows the passcode...

Any Idea ?


On 15 oct, 13:00, The Editor <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to