Reducing the number of false positives. #133
RyanPaiva56
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use a redis session driver (if that matters) and my users are getting tons of false-positive emails saying they logged in with a new device. When looking at the code, it looks like it checks if the user has a changed IP or user agent. Unfortunately, IP addresses change frequently and it looks like the 'new user' event is triggered even when the user is already logged in.
The solution looks like:
-or-
Beta Was this translation helpful? Give feedback.
All reactions