Subject | Re: [firebird-php] Username and password authentication |
---|---|
Author | Almond |
Post date | 2006-11-01T04:30:22Z |
How about use pear Authentication :
http://pear.php.net/packages.php?catpid=1&catname=Authentication
I use auth_db and firebird. You can extend the auth. table to suit your
need. Just include the auth the module and all is done.
Regards,
Almond
At 2006-10-30 23:10, anna_ppalm wrote:
http://pear.php.net/packages.php?catpid=1&catname=Authentication
I use auth_db and firebird. You can extend the auth. table to suit your
need. Just include the auth the module and all is done.
Regards,
Almond
At 2006-10-30 23:10, anna_ppalm wrote:
>Hello[Non-text portions of this message have been removed]
>
>Can anyone give me some code for a username/pass PHP-firebird table and
>html??
>
>I will have just a few users with will login from different computer. I
>would have to validate their IP address, username and pass. Once all of
>it is done, each of them would be able to access the DB which in turn
>would generate a different report for each user.
>
>In advance I thank you for your help.
>
>Anna
>
>