WordPress / two-factor

Two-Factor Authentication for WordPress.

Home Page:https://wordpress.org/plugins/two-factor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incompatibility with v6.4.1 of WordPress

nikitickets opened this issue · comments

Describe the bug

Sites in my network are randomly not receiving the codes via email any longer. In the plugin repo on Wordpress, it notes Two Factor plugin is not yet compatible with 6.4.1 WP version. Will there be an update soon? Thank you!

Steps to Reproduce

Try to log in.
The code will sometimes arrive, sometimes not.
On Wordpress, it notes the Two Factor plugin is not tested with 6.4.1 WP version yet.

Screenshots, screen recording, code snippet

No response

Environment information

WP 6.4.1

Please confirm that you have searched existing issues in this repository.

Yes

Please confirm that you have tested with all plugins deactivated except Two-Factor.

No

This plugin relies on WP core methods for sending email so the delivery of these emails depends solely on that setup.

return wp_mail( $user->user_email, $subject, $message ); // phpcs:ignore WordPressVIPMinimum.Functions.RestrictedFunctions.wp_mail_wp_mail