Re: [phplib] login page help From: Ignatius Teo (iteo <email protected>)
Date: 07/11/01

Cresta,

In your auth subclass, implement your own start & auth_loginform methods.
What I've had to do it create a dummy auth_loginform method and modify the
start method by commenting out all the bits where it tries to call
auth_loginform and then exit.

Ignatius

----- Original Message -----
From: "Cresta Johnson" <cjohnson <email protected>>
To: <phplib <email protected>>
Sent: Thursday, July 12, 2001 8:48 AM
Subject: [phplib] login page help

> Hi All!
>
> I was wondering if it was possible to have a login page that wasn't
> protected by the phplib auth/perm functions? What I want to do is have a
> "quick" login button on the index page of my site (which wouldn't be
> protected) and after verifying the login information would redirect the
user
> to another page that is protected by the phplib auth/perm functions. What
> I've tried to do so far is to send the user & password (via html
> form)directly to the page (that's protected) & I've also tried to send the
> information to another php script that processes the information & then
> redirects to the protected page. Either way, I am still having the
> login.ihtml page invoked. Is there anyone that's done this before and has
a
> code sample that I can look at?
>
> Thanks so much!
>
> Cresta
>
>
> --
> Abbestellen mit Mail an: phplib-unsubscribe <email protected>
> Kommandoliste mit Mail an: phplib-help <email protected>
>

-- 
Abbestellen mit Mail an:   phplib-unsubscribe <email protected>
Kommandoliste mit Mail an: phplib-help <email protected>