Re: what's the best authentication library?
From: steve (UseLinkToEmail_at_dbForumz.com)
Date: 07/15/04
- Next message: Piotr Wolski: "number of rows"
- Previous message: Matthew Crouch: "Re: Where is PHPTriad?"
- In reply to: Bob: "what's the best authentication library?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 15 Jul 2004 21:40:03 GMT
"Bob126" wrote:
> Hello!!!
> I am programming a community website, with the usual stuff... some
> people must subscribe and become members, so they can log in and
visit
> some pages and discuss between them, it’s a community website.
>
> I was new to PHP 2 months ago so I tried many libraries,
> For now, I am using
> - Smarty for templates
> - Pear:DB for the database
> - phplib for authentication
>
> The problem is that phplib is too limited for what I would like...
>
> Especially I need to have an auto-login feature. I want to have the
> possibility to temporarly block access to some user without
deleting
> them from the database.
> Also when the user logs in, I want to have his datas loaded from
the
> base and accessible in some php array until he leaves.
>
> I tried Pear:Auth, I also tried phpauth (http://www.phpauth.com/)
> which is an unofficial imrpovement of phplib, but it needs some
> configuration of php I can not change. I also had a look at gacl
> (http://phpgacl.sourceforge.net/) but it looks too complicated for
> what I want!
>
> My question is, what authentication library are you using??
> If I could get something that works as fine as phpbb, that would be
> great, but I can not really come and steal their code!!!!!
>
> Thanks for any opinion!!!
> Bob
Just thinking out of the box, have you looked at content management
systems CMS, like PHP-NUKE. I suggest not to recreate what has
already been done, and to start with code that can then be customized.
-- http://www.dbForumz.com/ This article was posted by author's request Articles individually checked for conformance to usenet standards Topic URL: http://www.dbForumz.com/PHP-authentication-library-ftopict129396.html Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=433126
- Next message: Piotr Wolski: "number of rows"
- Previous message: Matthew Crouch: "Re: Where is PHPTriad?"
- In reply to: Bob: "what's the best authentication library?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|