Re: [Phplib-users] Re: [phplib] current users?
Brought to you by:
nhruby,
richardarcher
|
From: Ben C. <php...@be...> - 2001-08-22 15:48:00
|
For all the discussion about this type of functionality on this phplib list and the previous one, it's really not that difficult to implement. I have a login area on every page with my application, phpBugTracker (http://phpbt.sourceforge.net/). All you have to do is use the default auth and handle the login form yourself instead of relying on auth_loginform(). On Wed, Aug 22, 2001 at 09:00:07AM -0400, Stephen Woodbridge wrote: > giancarlo pinerolo wrote: > > > > What I propose is to make Auth a very aseptic class. Kind of > > client-server. Loosely coulpled. No html ouptut, no form handling. That > > stuff should be handled, eventually, by the application, maybe in > > [snip large and useful post] > > I am sorry, I did not comment earlier, but I thought you were right on > track with your ideas and suggestions. > > I have wanted to create a login capability similar to PHP-Nuke (ie: > login form on the pages rather than a separate page) for my phplib > applications. I will try to use your ideas and the code you supplied on > your post here. > > Thank you for your efforts and contibutions to the list. > > -Steve > > _______________________________________________ > Phplib-users mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phplib-users |