On Mon, Jan 15, 2001 at 08:37:18PM -0800, Ask Bjoern Hansen wrote:
> On Mon, 15 Jan 2001, Edmund Mergl wrote:
>
> > any comments ?
>
> [count number of times a user has logged in and such things]
>
> Other people would like to count / note / ... other things.
>
> It would be neater if you made an API the programmer could plug his
> own stuff into. Like "call this class/sub/foobar" when the user logs
> in, enters an invalid password, ...
I agree entirely.
Tim.
p.s. I have a patch in the works that makes AuthenDBI store all the
fields in the user table for the given user into a $r->pnotes().
That way users don't have to query the user table again to get
extra information, which can be very expensive for busy sites.