Using FluentAuth on a number of sites and I am noticing it is now sending multiple codes to a user attempting to login on a single session. How can I fix this?
I've been seeing this too
It should not. We are using it on all of our sites including this site (for admin logins). Would you please try again and see if it sends emails multiple times? I just tested by the way.
This is the log from FluentSMTP which clearly shows the problem.
Every user is experiencing the issue and you can see by the time an date stamps these are sent back to back - annoying, but still a great set of tools - just wish I could eliminate this one annoyance is all..
Steve Crandall, Did you use the default WordPress Login page or custom fluent auth shortcode?
Shahjahan Jewel, I am using the default wordpress login - HOWEVER - I am using WPS Hide Login plugin to mask the login page to another URL. Could that be causing this issue? Also, in this same configuration, I have not had this problem before until several months ago. But if it is what is causing the problem, I will live with it because having the hidden URL for the login works well for me.
Steve Crandall, Just tried again and could not recreate the issue. For the context: We use authenticate filter hook to send the 2FA email.
I will check back and review and see if I find any conflict or not.
following