I have a couple questions regarding the event_log_auth module:

Why is the relationship in event_log_auth_event_log_handlers() only restricted to 'request password' operations. Why not include 'login' and 'logout' operations?

Why don't the 'login' and 'logout' events have a ref_numeric value like the 'request password' event does?

These two issues add up to prevent 'login' and 'logout' events from appearing in views. This seems to be by design. I just want to know why. I'd be happy to submit a patch to fix this if so desired.

Comments

Anonymous’s picture

pferlito created an issue.