Re: [phplib] crypt-challenge-response-UserAdministration! From: Dominic Paschke (dominic.paschke <email protected>)
Date: 11/02/00

Am Don, 02 Nov 2000 schrieben Sie:
>
> Hi Dominic,
>
> the attached version with some corrections explained earlier in this list
> works fine for me. The login even restores previously entered values of
> forms. The corresponding page which reacts on the submitted data should
> have these lines before you call the page_open():
>
> <?php
> if(isset($HTTP_POST_VARS))
> {
> reset ($HTTP_POST_VARS);
> $SavePostVars=$HTTP_POST_VARS;
> }
> ?>
>
> The login form will restore all the data which were previously entered if
> you login correctly. See the posts in this list about this topic.

Hi Marco!

Thank you, that's all I needed! I'm just wordering that there are so
many mistakes in the examples pages? Why does nobody correct
them, I know about 5 five bugs in the example pages!!
I also have a question regarding your answer. First your file
header.inc: Why are there headerlines produced. I thought I could
                 handle this by setting $allowcache ="no" for example.
Then your small snippet above! I didn't exactly understand this. Do
you use this just in your crcloginform.ihtml or on other pages to. And
what do you mean

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>