Re: [phplib] crypt-challenge-response-UserAdministration! From: Marko Kaening (marko <email protected>)
Date: 11/02/00

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.

Regards,
Marko

-- 
                    O _ O
                     0 0
 ------------------m-\o/-m------------------------------------------
 Marko K"aning         Tel/Fax: +49-3834 554 442 / -3834 554 301  
 INP Greifswald            email  : kaening <email protected>        

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