‘code’ URL parameter conflict with Wordfence 2FA
-
Hello,
The function mo_oauth_login_validate() is hooked into ‘init’, so it runs all the time.
However, it does a check for the URL Parameter ‘code’, and returns ‘No request found for this application.’ if a set of other parameters aren’t found.
This breaks Wordfence’s 2FA setup process, but it also breaks anything else that uses the URL Parameters ‘code’ – anywhere in WordPress!
I’d suggest adding some extra checks to ensure this function actually needs to run, instead of just assuming it always should.
This is sloppy. Please fix 🙂
Thanks,
Anthony.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘‘code’ URL parameter conflict with Wordfence 2FA’ is closed to new replies.