WeBWorK Main Forum

How determine last login from an account to see if can delete?

How determine last login from an account to see if can delete?

by Christian Seberino -
Number of replies: 1
I have a web site with accounts that are set up year round.  
Is there a way to determine how long it has been since an account
has been used to know if I can delete?

cs
In reply to Christian Seberino

Re: How determine last login from an account to see if can delete?

by Arnold Pizer -
Hi,

Look at the login_log.  Click on "File Manager" which will display the "templates" directory.  Click on the up arrow which will bring you up one directory level to your course directory.  Click on the "logs" directory and there you will find the login_log. You will have to search for the last time a specific user_id logged in.

Arnie