Replies: 1 comment 4 replies
-
Actually I have been wondering - but I have not had time to test - what happens to a user that has been logged in via this plugin, in case ANOTHER 2FA implementation - for example the very widely used one in WordFence - is also used.... have you tried/do you know? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hacked a quick and dirty solution into the
authenticateUser()
function used the RobThree\Auth\TwoFactorAuth library and attached it to a user role.You could also implement it via hooks, so you could use any library or even use DIY mailing or SMS for 2FA. Or you can build it in directly. I could try to create a suitable fork.
Beta Was this translation helpful? Give feedback.
All reactions