30 comments found.
Firstly, I wanted to mention that this plugin is just GREAT! it works out of the box and does exactly what I want. I would have given it 6 stars if I could.
Only one small modification is needed in my opinion for the “code request” button. When someone clicks on the code request button, in my opinion it should turn gray or better disappear. This is because this can be confusing and in addition the user can press it several times and get several codes. The login button which is smaller is located below the send code button and is not as visible specially when I view it on my phone.
It would be great if you can implement this small change.
Hi, Thank you for your appreciation! Please update the plugin to the latest 2.1 version, it will now hide the button once the OTP is sent.
If you enjoyed my efforts to assist you and/or my plugin, please consider leaving the 5 stars…It would help me with sales, I would really appreciate it! 
(To leave a rating: go to your profile page, click on “Downloads” and from there you can rate your purchases.
You can also leave the rating through the plugin description page: https://www.dropbox.com/s/v6zaoe0p6cs4x2o/rating.png?dl=0 )
Have a great day!
Thank you for your quick reply and solution. To be honest I thought that I had already left you 5 stars. You well deserve it!
Thanks!
I have just noticed that in the new version, when I click on the generate a new code, the box which then the password should be entered in, also disappears. Could you please fix this bug? thank you
Unfortunately, I’m not able to recreate the issue. From my tests, all seems ok: https://ibb.co/Kpqs7w0f . Ensure eventually to have purged the cache and none of your 3rd parties plugins are interfering.
If none of the above helped, please try recreating the issue here: https://codecanyondemo.work/wctfa/ by creating a new user and reporting to me a step-by-step guide on how to experience it.
Thank you for your support 
Apologize for the incovenience, now I see it. Please update to the latest version I’ve just released (and remember to purge the cache)!
Thank you for your reply. Now the box is visible but it is kind of grayed out and is not active so that we can enter the code after the generation. Please check the below screenshot:
https://c1.mysecure.space/s/kj8ippN9DWNna3HSorry, try the new 2.3!
this time it worked fine… thank you
Hello, this plugin is not working for me. I have tried two different email accounts and I am not getting the OTP. I have to login through my hosting platform to bypass the OTP request. It says it is sending one, but nothing ever comes through. I have checked my junk mail on both emails and it still is not working. I just deleted it because my client couldnt get on, so I had to do something to get them in. We are using ultimate membership pro to log in the backend. As I said before, the OTP option showed up, but it did not send an email out.
Hello,
From my tests, if a fully working environment, the top is sent without any issue:https://www.dropbox.com/scl/fi/dyhlc5d36i49xkd8nr557/wctfa_otp.png?rlkey=de48an7lyd398656wywkbwoc2&dl=0
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true );reperform the test and see if more clues are reported in the debug.log located in the wp-content folder.
Also, ensure that your hosting is not blocking the email sending. Try eventually installing an SMTP plugin (for example: https://wordpress.org/plugins/wp-mail-smtp/ ) that allows sending emails via 3rd party SMTP instead of using the server emailer.
Getting error: Incorrect OTP
Kindly advice
Ensure to be entering the right OTP sent via the email. ensure also there are no other plugins interfering with the login process.
If the issue persists, If you send me via private message (click on my name and then use the low-right box) the following data:- your email address
- full admin access to the wp-admin area
- FTP access
- A detailed step-by-step guide on how to experience the issue
I can perform some further tests to see if it is possible to determine the cause.
NOTE: all the requested points are mandatory, do not forget to report any of them.
Thank you for your collaboration.
Hi Demonico, it is Frank.
Hi,
ok got it. I’ve seen now this message (I’ve already answered to your private message). Please check your inbox.
Hello
Is there a way to apply two-factor authentication to specific user roles?
Best regards Albin Kurth
Hello Albin,
I can try implementing an addon for that. If you send me a private message (click on my name then use the low-right box) reporting your email, I can evaluate its feasibility and let you have a quotation.
Hello. Why registration time verification is not working
Hello, First of all, before leaving a bad rating, it is a good habit wait the support to process you request. Especially considering that today is Sunday.
Second, if you do not provide any further details about the issue you are experiencing, how do you expect I can eventually identify the cause and suggest a solution?
Few questions:- what you mean for “registration time verification”?
- could you provide some screenshots reporting the steps you are taking when the issue is occurring?
- have you altered in any way the registration page with any custom code or via third party plugins?
- if you disable the other plugins, are you still experiencing the issue?
any update soon? does it support wordpress 6.3.2?
It already supports the latest versions of WordPress and WooCommerce. Unfortunately, CodeCanyon hasn’t updated the combability options for us Authors to let the users know, this is why you don’t see them here: https://nimb.ws/eB5cuT
just bought the plugin, after install and test, have 2 question? 1. as required the OTP to login, it look no more loger need password, so how do I hide the password input section? 2. send OTP botton, onece you click on the ” Send OTP ” botton to request the OTP login, is there way the ” send OTP ” botton auto hid it?don’t need to show again? is confuse see screenshot https://nimb.ws/aXq4dY
- The plugin hasn’t such a feature. The plugin implements a two factor authentication via OTP, it is adding further login steps, not removing the existing one For that, modify the login-page.js and register-page.js files you find in the js/frontend folder inside the plugin. In both files, you will find a function named wctfa_ui_otp_request_send(). In the login-page.js file, replace line 75:
jQuery("#otp, .wctfa-send-button").prop('disabled', 'disabled');
with
jQuery("#otp, .wctfa-send-button").hide();
In the register-page.js file replace 69:
jQuery("#register_otp, .wctfa-register-send-button").prop('disabled', 'disabled');
with
jQuery("#register_otp, .wctfa-register-send-button").hide();
I have purchased the plugin, but I am unable to use it as it is not sending OTP from WooCommerce my account login page (My website default login page). Where I can find documentation or help to setup properly. I am using this plugin with Thim press eduma theme with Learn press as LMS on my website. Please help me in making it work. I am a chemistry teacher by profession. Please help me so that I can use the plugin presently I have deactivated the plugin. My website is https://www.myetutors.com
So if you click the “send OTP” button, you are not receiving anything? The plugin doesn’t require any particular setup, in your case it could be that the email is just in the spam folder.
If that’s not the case, You need to find the cause of the interference that prevents the plugin from properly working. Try to disable the other 3rd party plugins (and temporarily switch the theme) to see if any of them is interfering in any way.
Hi, is it possible to change the OTP to just random numbers? like 76298. Because it’s easier to manually input compared to other combination that mixed capital & small letters.
Hi,
I’m sorry, the plugin hasn’t any option for that. If you purchase it, I can however suggest which code to modify to achieve what you ask.
Just a quick comment (since free files can’t be reviewed): ⭐⭐⭐⭐⭐ This plugin is awesome and did everything it says right of the box. I was worried, as I have a few plugins that interact with the login and mail functionalities, but had absolutely no issues at all. In addition, the template modifications were all good to go out the box, so it really was activate-and-go ready. Very much impressed with this month’s free giveaway and I highly recommend this plugin in particular, which is certainly well worth the asking price!
One thing I ended up modifying, as I didn’t see a setting for it, was the code generated itself. As I want it to be as convenient as possible when logging in, I’ve changed the code to only output numbers. It was a very simple edit to the code, but I also wanted to ensure that the input field accepted numeric entry only, so I did a bit more modding along the way. Would love to see this incorporated into the options for the plugin in future versions if possible!
Hi,
thank you very much for the comment, I appreciate it 
I you wish to contribute to its development, the plugin is on sale 16$ for this week!
Thank you again and have a wonderful day! 
Heyya!
I love how this plugin looks, however it doesnt seem to come up with the OTP button when using a Login block (from elementor) instead of the my account login.
Is this an additional feature? Thanks
Hi,
thank you for your appreciation. The plugin hooks to the login_form action triggered by WordPress when rendering the login area to inject its data.
It might be that Elementor is not triggering any doesn’t trigger any action while rendering that login block. So the WooCommerce Two Factor Authentication is not aware of that and won’t inject anything.
You should eventually contact the Elementor support team to report the issue (or to ask if that aspect can be improved).
Hi, Nice plugin. I want to display this plugin for my users but not for admin, which means this should not get display on ../wp-admin page. How to do this?
Hi,
I’m sorry, to ask for support you need to have a valid purchase and support license associated with your account.
Dear Vanquish, Thanks for reply, i just now downloaded FREE offered code (by codecanyon) and thinking to integrate it in my ecommerce website. I believe i can use it. Thats why asking the question.
Yes, I understand. The free copy download doesn’t include any support license that allows you to receive support for issues or any other info.
HI mate, Not asking for the support, asking the information, asking if the plugin has such capabilities. Obviously, free copies issues to promote the plugin and to increase the sale. Until the user understands its use how they will buy. Thats why i asked if i can use the plugin for user login only and not for the admin login.
Yes, that kind of information can be given only with a valid support license associated with your account.
Hello, how are you? I am interested in buying… I have more than one site, can I use the license on another site? how many? thankful
Hi, the license allows you to use the software on one site at a time. However, there isn’t any activation system that prevents you to use the software on more than one site.
Please give us a solution on how to attach screenshot for troubleshooting as this Envato platform webmail, reply@market.Envato.com , only can receive incoming email, NOT to sent out email and thus cannot attach email.
Please do not post the same question different times. It only make harder to keep track of your ticket.
We have the message but Incorrect OTP error message notification is not working if key in wrong OTP during login. Please try here at : https://eventselle.com/member-login/
I’m sorry, what do you mean Incorrect OTP error message notification is not working if key in wrong OTP during login? What do you mean with key in wrong OTP? Could you provide a more detailed description of the issue, some screenshots, and eventually a step-by-step guide on how to experience the issue?
Hello, please give guideline on how to attach a screenshot on this Envato comments platform as this platform is not allowed to attached screenshots. Just for your information, when you reply me a comment message here, it is using reply@market.envato.com , which is Envato webmail to reply message. Envato webmail is only allowed to receive incoming email, NOT able to use to SEND OUT email. So could you please give us a solution how to attach a screenshot ? For your further information, other third party plugin developer that they have their own Technical Support Platform to attach screenshot.
You can upload the image in any image hosting service (like drobox or imgbb.com) and then post here the links.
Remember also to post a detailed description of the issue.
I am not sure whether are your the original PHP developer for this Woocommerce 2FA plugin ? Please see the screenshot link here for more understanding to clear your mind at https://www.dropbox.com/s/c5sm1ehqk824f43/%2851a%29%20Incorreny%20OTP%20not%20working.png?dl=0
I’m not even sure you are reading what was asked in the previous comments.
as requested in the previous comment, and can you report a step-by-step guide on how to experience the issue?
From my test, in a fully working envoriement, the custom texts are properly displayed without any issue:- backed configuration: https://nimb.ws/JryfQz
- frontend display: https://nimb.ws/DHWgTz
Most likely the issue is caused by the custom login form you are using. The same customization that actually was the cause of the issue you reported in the other comment. It seems you are still altering the normal login workflow which might be the cause of the issue. This is also clearly reported in the plugin description page: https://nimb.ws/urBe8m
Please, could you to restore the original login page and report if you are still experiencing the issue? Thank you for your collaboration.
Hi, as refer to your screenshot in frontend display, it is working for the NATIVE wordpress login page. If it is working to the NAtive Wordpress, it should be working too for the Woocommerce Login Form.
We are using now the , wc-login-form.php for Woocommerce as our Login Page. Please give us a solution for this. Thank you.
Please visit and try here : https://eventselle.com/my-account/ (Woocommerce Login page)
Yes, it should work if properly implemented. I’m really sorry, but the plugin support doesn’t include any assistance for 3rd party software or for customization. In that case, you should contact who developed the extension or the customization and make it working using the exactly workflow of the native login page.
Hello, Sir, You cannot say like that. This woocoomerce 2FA OTP plugin was developed by your team (Vanquish) and you should provide a solution for us to solve this issue. Now it is not working in your Woocommerce Login Page which it was caused by your 2FA OTP plugin.
We are using the the NATIVE Woocommerce Login Page but now it is not working as caused by your 2FA OTP plugin. This is not our customization problem. Please see the NATIVE Woocommerce Backend shortcode here at https://www.dropbox.com/s/286yeu8ch11hj99/%2850c%29%20OTP%20Problem.png?dl=0
If no solution provided, we will request refund. Hope you understand.
The plugin, like any software, has been designed to work under specific conditions. If you do not respect the conditions by applying some customization you have two ways to have it work: making the customization work as the normal workflow or removing it.
The page you linked in which you experienced the issue: https://eventselle.com/member-login/ is not the native login page (the native page where you stated the plugin actually works as expected).
The plugin support service provides assistance for plugin-related issues (like malfunctionings or bugs). It doesn’t provide assistance to fix 3rd party customization.
We only get OTP in Woocommerce Login Page at https://eventselle.com/my-account/ . We do not get OTP in Wordpress Login Page. OTP function in our Wordpress Theme is not working in Login Page at https://eventselle.com/member-login/ . Please advice and assist to solve this problem.
- woocommerce_login_form: triggered by WooCommerce when rendering the login form
- login_form: triggered by WordPress when rendering the login form
Make sure that that form is triggering all the action that WordPress normally triggers when rendering the login form and you should no longer experience any issue.
Your OTP feature interface was missing from our Wordpress Theme login page and did not apply on https://eventselle.com/member-login/ . Please HELP TO SOLVE THIS PROBLEM .
IT IS NOT WORKLING AT ALL FOR WORDPRESS THEME. PLEASE HELP
That is not the native WordPress login page (that usually points to the wp-login-php script) but a custom login form.
As reported in the previous comment, the issue is not related to the plugin but to that form. You have to make sure that form triggers the login_form action (https://developer.wordpress.org/reference/hooks/login_form/ ). In that way, the plugin can be aware that a login form is rendered and then inject its data.
Hi , Vanquish, What we were telling you is after installation of your 2FA plugin, it is NOT working at the NATIVE Wordpress Login Page because this page was missing from our Wordpress Backend.
Please provide your technical support platform to raise the problem we faced if you have one. If not, we will keep continued writing our problem here for troubleshooting.
This is the support platform where you can post the issues.
I’m sorry, so after you installed the plugin the native WordPress login page (that in your installation should be reachable at the URL https://eventselle.com/wp-login.php)?
It sounds very strange, because If I try to access to directly access it: https://eventselle.com/wp-login.php I’m redirected to the custom login page https://eventselle.com/member-login/. A custom page that has a custom form that is not triggering the action (login_form ) I’ve reported in the previous comment. This causes the issue you are experiencing.
From what I see, it seems you have altered the native login page. Make sure you have not installed any plugin (or activated any theme function) that alters the login page management. If so, make sure that when it renders the form, it triggers the login_form action in order for the plugin to hook into it and inject its data.
For example, the following page of your site (the woocommerce login page) that has not been altered, it works as expected because it triggered the required actions: https://eventselle.com/my-account/
Hi Vanquish Technical Support,
We have purchased this plugin and downloaded from codecanyon.net to do plugin installation on our Wordpress CMS backend. However, it was failed installation. Please advise what happen to your plugin and it is NOT working for installation. Please email to selleevent@gmail.com
Hi,
which message are you getting? Please note that the package you download from codecanyon contains both the plugin and the documentation.
You need to unzip it and you will file a package named woocommerce-two-factor-auth.zip. That’s the one to install.
hi Vanquish, This problem has been resolved. But now we have another service request. Do you provide other add-on service to do PHP code customisation for OTP login ?
I’m sorry, I do not offer such service.
hi
is the plugin applicable for all user or there have limitation number
Hi, it will be applied to any user that performs the login