WordPress / two-factor

Two-Factor Authentication for WordPress.
https://wordpress.org/plugins/two-factor/
GNU General Public License v2.0
705 stars 145 forks source link

incompatibility with v6.4.1 of WordPress #591

Closed nikitickets closed 2 months ago

nikitickets commented 7 months ago

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

kasparsd commented 2 months ago

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

https://github.com/WordPress/two-factor/blob/88b503c0b3a8cede20a4dab24744917e49fbdb76/providers/class-two-factor-email.php#L243