Author |
|
rstergar Newbie
Joined: 05 March 2017
Online Status: Offline Posts: 2
|
Posted: 05 March 2017 at 2:26pm | IP Logged
|
|
|
hi,
I want to delete inactive mailbox so I created mysql table with email and last login row...
now I dont know where to insert code which will update last login row in mysql when user login to his mailbox?
can someone help me please?
thank you!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 06 March 2017 at 1:47am | IP Logged
|
|
|
I'd suggest to take a look at updateAccountLastLoginAndCount method found in libraries/afterlogic/common/managers/users/manager.php file.
In fact, there's last login information for accounts stored in the database, but for some reason it doesn't seem to work. I've reported the problem to the developers.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
rstergar Newbie
Joined: 05 March 2017
Online Status: Offline Posts: 2
|
Posted: 06 March 2017 at 1:59am | IP Logged
|
|
|
thank you, I will take a look :)
bye
|
Back to Top |
|
|