Stream flags admin login (mine in particular) at random times like 3am when I’m asleep. Just checking what Stream considers a login by admin? I have 2FA, Cloudflare, Wordfence etc so don’t understand how my email is logging in at these hours.
This topic was modified 2 years, 1 month ago by eskimopies.
Just checking what Stream considers a login by admin?
Stream records a user log-in action every time the set_logged_in_cookie action is fired. It happens whenever an auth cookie is created after a successful sign in (in the wp_set_auth_cookie() function).