Security Help (authentication)
Posted: Mon Apr 07, 2003 2:48 pm
I have a portion of my site protected by a htaccess file.
What I would like to do is log every log in attempt whether it is sucessful or not. The main deatils I would like to find are the person who is attempting to login's username and the password that they are using. This would be then saved to my MySQL server along with some other details such as time and date.
I can do everything so far apart from getting the details the user provided to the htaccess login box. Is it possible to get those details?
Any help would be greatly appreciated.
What I would like to do is log every log in attempt whether it is sucessful or not. The main deatils I would like to find are the person who is attempting to login's username and the password that they are using. This would be then saved to my MySQL server along with some other details such as time and date.
I can do everything so far apart from getting the details the user provided to the htaccess login box. Is it possible to get those details?
Any help would be greatly appreciated.