Changeset 3391189
- Timestamp:
- 11/06/2025 02:05:54 PM (5 months ago)
- Location:
- wp-2fa
- Files:
-
- 2 edited
-
tags/3.0.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-2fa/tags/3.0.0/readme.txt
r3366360 r3391189 29 29 - Supports multiple 2FA methods including authenticator app TOTP, and code over email 30 30 - An API that allows you to integrate any alternative 2FA method such as WhatsApp, OTP Token, etc. 31 - REST API: easily integrate two-factor authentication with your own custom login workflows, headless WordPress setups, or AJAX-based forms. 31 32 - Universal 2FA app support – generate codes from Google Authenticator, Authy, & any other 2FA app 32 33 - Supports 2FA backup codes … … 100 101 The free edition of WP 2FA includes the following 2FA methods: Authenticator app 2FA and code over email. This allows you to use Google authenticator OTP The premium edition adds Yubikey, one-click email link, SMS 2FA, and Authy push notifications. 101 102 103 = How can I integrate two-factor authentication (2FA) into my custom login process or AJAX-based form? = 104 WP 2FA includes a REST API that allows developers to enable and verify 2FA during custom authentication flows, such as AJAX-based login forms, mobile apps, or headless WordPress websites. Refer to the [REST API in WP 2FA documentation](https://melapress.com/support/kb/wp-2fa-rest-api/?utm_source=wp+repo&utm_medium=repo+link&utm_campaign=wordpress_org&utm_content=wp2fa) for more information. 105 102 106 = How can I ensure I do not get locked out? = 103 WP 2FA includes backup authentication methods so that if the primary authentication method fails, you and your users can still log in. The free version of the plugin includes backup codes, which can be configured during 2FA configuration or at any point after that from the profile page. The premium edition adds 2FA backup codes over email .107 WP 2FA includes backup authentication methods so that if the primary authentication method fails, you and your users can still log in. The free version of the plugin includes backup codes, which can be configured during 2FA configuration or at any point after that from the profile page. The premium edition adds 2FA backup codes over email and other backup methods. 104 108 105 109 = What happens if I get locked out? = -
wp-2fa/trunk/readme.txt
r3366360 r3391189 29 29 - Supports multiple 2FA methods including authenticator app TOTP, and code over email 30 30 - An API that allows you to integrate any alternative 2FA method such as WhatsApp, OTP Token, etc. 31 - REST API: easily integrate two-factor authentication with your own custom login workflows, headless WordPress setups, or AJAX-based forms. 31 32 - Universal 2FA app support – generate codes from Google Authenticator, Authy, & any other 2FA app 32 33 - Supports 2FA backup codes … … 100 101 The free edition of WP 2FA includes the following 2FA methods: Authenticator app 2FA and code over email. This allows you to use Google authenticator OTP The premium edition adds Yubikey, one-click email link, SMS 2FA, and Authy push notifications. 101 102 103 = How can I integrate two-factor authentication (2FA) into my custom login process or AJAX-based form? = 104 WP 2FA includes a REST API that allows developers to enable and verify 2FA during custom authentication flows, such as AJAX-based login forms, mobile apps, or headless WordPress websites. Refer to the [REST API in WP 2FA documentation](https://melapress.com/support/kb/wp-2fa-rest-api/?utm_source=wp+repo&utm_medium=repo+link&utm_campaign=wordpress_org&utm_content=wp2fa) for more information. 105 102 106 = How can I ensure I do not get locked out? = 103 WP 2FA includes backup authentication methods so that if the primary authentication method fails, you and your users can still log in. The free version of the plugin includes backup codes, which can be configured during 2FA configuration or at any point after that from the profile page. The premium edition adds 2FA backup codes over email .107 WP 2FA includes backup authentication methods so that if the primary authentication method fails, you and your users can still log in. The free version of the plugin includes backup codes, which can be configured during 2FA configuration or at any point after that from the profile page. The premium edition adds 2FA backup codes over email and other backup methods. 104 108 105 109 = What happens if I get locked out? =
Note: See TracChangeset
for help on using the changeset viewer.