Date: 10/06/00
- Next message: Matt Williams: "RE: [phplib] problems with relogin!!"
- Previous message: rowel: "Re: [phplib] pages get cached in phplib!?!?"
- Next in thread: Matt Williams: "RE: [phplib] problems with relogin!!"
- Reply: Matt Williams: "RE: [phplib] problems with relogin!!"
- Maybe reply: Thomas CARRIE: "Re[2]: [phplib] problems with relogin!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi folks!
On my site I need partly default-authentication. When I
load this page everything works fin, but when I try to
relogin under a different user, I get the message:
password or username are invalid!!
But I know, that they are valid, because without this
default-authentication I can login!!! I hope anybody
can help me!
Thanxx in advance,
Dominic
<?php
include("prepend.php3");
page_open(array("sess" =>"My_Session",
"auth" =>"My_Auth",
"perm" =>"My_Perm"));
$auth->login_if($again);
if ($auth->auth["uid"] == "nobody"):
?>
----- HTML-Code
<p><a href="<?php $sess->purl("$PHP_SELF?again=yes") ?>">Login</a>
to closed area...</p>
<?php endif ?>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Matt Williams: "RE: [phplib] problems with relogin!!"
- Previous message: rowel: "Re: [phplib] pages get cached in phplib!?!?"
- Next in thread: Matt Williams: "RE: [phplib] problems with relogin!!"
- Reply: Matt Williams: "RE: [phplib] problems with relogin!!"
- Maybe reply: Thomas CARRIE: "Re[2]: [phplib] problems with relogin!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

