Log user logins.

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
gkroezinga

Log user logins.

Post by gkroezinga »

Hello

Is there a way to log user logins? For example with login name, login time stuff like that?

With kind regards

Geert
softairwelt
Posts: 21
Joined: Mon Feb 20, 2006 3:55 pm

Re: Log user logins.

Post by softairwelt »

you have something like that already under -> Statistics -> Admin Protocol

(or calles similar, my language setting is not english)
gkroezinga

Re: Log user logins.

Post by gkroezinga »

Similar but not quite what I need.
Only the activity is logged. Not the logins... I need the logins.
softairwelt
Posts: 21
Joined: Mon Feb 20, 2006 3:55 pm

Re: Log user logins.

Post by softairwelt »

have you looked into db faqsessions via phpmyadmin or so?
perhaps this helps you.
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Log user logins.

Post by Thorsten »

Hi,

we log that for every user in the the table faquser, we log the session timestamp and the last login date, but no historical data, e.g. how often a user logged in.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
gkroezinga

Re: Log user logins.

Post by gkroezinga »

Thorsten wrote:Hi,

we log that for every user in the the table faquser, we log the session timestamp and the last login date, but no historical data, e.g. how often a user logged in.

bye
Thorsten
Ok, clear.
Is it easy to implement a logging feature to have a logfile where I can see every login? Successful and unsuccessful? I want to monitor usage...
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Log user logins.

Post by Thorsten »

Hi,

it would be some lines of code and/or adding a monitoring service.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
gkroezinga

Re: Log user logins.

Post by gkroezinga »

Ok

All I need is a file where the logins are registrated.
Can you make that for me?
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Log user logins.

Post by Thorsten »

Hi,

please add your feature request on GitHub.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
gkroezinga

Re: Log user logins.

Post by gkroezinga »

Done, Thanks!
Post Reply