Page 1 of 1

Plugin for checking logins?

Posted: Sat Dec 20, 2008 10:45 am
by Joe Dobiecki-Davies
Hello guys,

I was just wondering, is there a plugin that lets me check who is trying to access my website, and what they input in the username and password box? I am a bit paraniod about SQL injections and such.

thanks,
-Joe

Re: Plugin for checking logins?

Posted: Sat Dec 20, 2008 4:10 pm
by garvinhicking
Hi!

We developers are also very paranoid about SQL injections. I wouldn't use s9y if I didn't feel that there are none. ;)

The serendipity_event_externalauth plugin contains some very basic form of login logging. One could use that as as starting point for developing a plugin with some basic PHP code that logs the info.

Of course, you could also always modify the s9y code in the serendipity_authenticate_author() function and simply log the username and password somewhere...that's just a matter of a few code lines, but it wouldn't give me any more security if I needed to wade through that log everytime :)

Regards,
Garvin

thanks!

Posted: Sun Dec 21, 2008 10:36 am
by Joe Dobiecki-Davies
Ok, I will keep that in mind!

Regards,
Joe