Hello,
Your plugin is decent. But there are a decent amount of grammar errors that essentially makes this unusable. It would be smart if you added a text replacement section of your extension so that we can choose what each title, notification etc etc says. Perhaps even allowing users to adjust the colors. Until then, we can’t even use this on our or our client’s websites. Although it is very close to being usable, that is the major hold up with this.
]]>Hi,
functionality can be restricted to check mail users for only user role?
after successfully logging in , the plugin is not redirecting to the last visited page while redirect parameter is given in the login URL. I am using MyListing theme.
]]>Its not checking for email in database more its sending OTP,
Please Advise
Ashraf Ali
]]>I tried with many sites, otp is not arriving via email, not even in spam.
]]>HI ,
We have purchased the Woocommerce 2FA for OTP plugin from this marketplace platform at https://codecanyon.net/item/woocommerce-two-factor-authentication/30902918
It is only working to the NATIVE WORDPRESS AND WOOCOMMERCE LOGIN PAGE.
It did not apply to our custom WordPress Theme Member Login page.
We were trying to copy and paste the WHOLE PHP CODES FROM THE .php files into our backend of WordPress Theme Member Login Page, but it was NOT working. Native OTP PHP codes are showing below.
——PHP Codes—–
<?php
/* Version: 1.0 */
?>
<div class="user-pass-wrap">
<label for="user_pass"><?php echo sanitize_text_field(wctfa_get_value_if_set($texts , array('login_area', 'label', $lang), esc_html__('OTP','woocommerce-two-factor-auth'))); ?> <span class="required">*</span></label>
<div class="wp-pwd">
<input class="woocommerce-Input woocommerce-Input--text input-text" type="text" name="otp" id="otp" disabled="disabled" required="required" ></input>
</div>
</div>
<p class="wp-otp-actions-container">
<button class="button button-primary button-large wctfa-send-button" data-security="<?php echo wp_create_nonce('wctfa_otp_request'); ?>"><?php echo sanitize_text_field(wctfa_get_value_if_set($texts , array('login_area', 'send_button', $lang), esc_html__('Send OTP','woocommerce-two-factor-auth')));; ?></button>
<img class="wctfa-loader" src="<?php echo WCTFA_PLUGIN_PATH; ?>/img/ajax-loader.gif"></img>
<span class="wtfa-wp-result-message"></span>
</p>
——END——
ANYONE KNOW HOW TO CUSTOMISE THE ABOVE OTP CODES ?
]]>Hi,
You can see in email message body html codes are showing.( otp confirmation email )
https://paste.pics/6d81b73a85c072e74ef221f80f5cf52e
https://snipboard.io/kFVrtI.jpg
I attach the two screenshot
]]>Line number 228
if (empty($email_otp) && $email_otp==0) this condition not working
if i use the below condition its working fine
if (empty($email_otp))
]]>