Author |
|
joerg.giencke Newbie
Joined: 28 February 2015 Location: Germany
Online Status: Offline Posts: 12
|
Posted: 28 February 2015 at 12:03pm | IP Logged
|
|
|
Hi,
logins via ?postlogin are not logged in the user activity log.
Jörg
|
Back to Top |
|
|
joerg.giencke Newbie
Joined: 28 February 2015 Location: Germany
Online Status: Offline Posts: 12
|
Posted: 28 February 2015 at 1:02pm | IP Logged
|
|
|
Fixed it myself (for the time being).
In /libraries/ProjectSeven/Service.php at line 935 I added
\CApi::LogEvent(\EEvents::LoginSuccess, $oAccount);
Works fine. To make it more informative I added
const LoginSuccessPostLogin = 'login-success-post-login';
to class EEvents in /libraries/afterlogic/common/enum.php at line 669 and changed the above to
\CApi::LogEvent(\EEvents::LoginSuccessPostLogin, $oAccount);
Jörg
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 March 2015 at 6:02am | IP Logged
|
|
|
Thank you, I've notified the developers on this. We'll consider adding that handler into upcoming version of the product.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|