Hi,
Since WooCommerce 6.0 release ( https://developer.woocommerce.com/2021/12/15/woocommerce-6-0-released/ ), it seems that WooCommerce now automatically generate a “reset password” link that is included in new user registration email, and thus automatically verifies the email in the process, and allows users to activate the new account by clicking on the link on the email. (see the “Template Changes” section on the page).
However in certain cases, it could be nice to have a One Time Password (OTP) based verification process, where the new registration email contains a 4-digit or 6-digit verification numbers, which the user can input on the front-end, e.g., see the “Email Verification Popup” screenshot in https://woocommerce.com/document/customer-email-verification/
I’m wondering does this plugin support this functionality?
Thank you!