As I am going to create a more security sensitive area on my website, I decided to use 2FA on my site (for users wanting to, and me !). So I went to WPForo settings, and selected NO in "replace subscription page with forum subscription page", as well as for the 2 others possible replacement. And I thought that's all I needed to do. BUT, WPForo's form is still there, and, obviously, if I have 2FA active, I get an error as there is no field to enter that code.
So what is the proper way to fix this problem. My preference would be, if possible, to add this field to WPForo' form.. Is it possible, and if yes , how? If not, what should I do ?
Maybe a better way to formulate my question might be: in my wpforo menu, should I change the url /%wpforo-login%/ (and the others) by something else, or changing yes for no in the settings should be enough ?
Hi,
You can change wpForo login page to other pages using corresponding options in wpForo > Settings > Login and Registration admin page: https://wpforo.com/docs/wpforo-v2/settings/login-registration/#custom-authorization-urls
Thank you @sofy. It works now with the default WordPress login, BUT the thing is, it goes to Wordpress admin page after login, instead of the forum. I added the forum URL in redirection urls, in the parameters, but it does not seems to do anything.
What would be the best way to solve this ?
PS- I found a way with a bit of code, it works now.