Changeset 3071696
- Timestamp:
- 04/16/2024 02:27:02 PM (23 months ago)
- File:
-
- 1 edited
-
passwordfree/tags/1.1.3/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
passwordfree/tags/1.1.3/readme.txt
r3059508 r3071696 1 === PasswordFree ===1 === PasswordFree™ === 2 2 Contributors: identite 3 Tags: PasswordFree, authentication, NoPass, MFA, biometric, multi-factor authentication, passwordless, security, Identite, Full Duplex Authentication, customer auth, customer ux3 Tags: authentication, MFA, biometric, multifactor authentication, passwordless 4 4 Requires at least: 6.2 5 5 Tested up to: 6.5 … … 7 7 Stable tag: 1.1.3 8 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html9 License URI: <http://www.gnu.org/licenses/gpl-2.0.html> 10 10 11 Passwordfree™ is an essential customer biometric MFA for fast, easy, and more secure login experiences. No coding, Boost sales, Free app..11 Passwordfree™ is an essential customer biometric MFA for fast, easy, and more secure login experiences. No coding, Boosts sales, Free app. 12 12 13 13 == Description == 14 ** NO MORE PASSWORDS!**14 **The Most Secure Passwordless Authentication Plugin for WordPress** 15 15 16 PasswordFree™ eliminates the password and creates refreshingly simple and secure passwordless experiences. Your customers will LOVEnever entering, remembering, creating, or recovering passwords.16 PasswordFree™ eliminates the password and creates refreshingly simple and secure passwordless experiences. Your customers will love never entering, remembering, creating, or recovering passwords. 17 17 18 ** How much revenue are you losing to forgotten passwords?**18 **Improve User Experience and Reduce Cart Abandonment Rate on Your Website** 19 19 20 The #1 thing online customers and shoppers struggle with is remembering passwords! Most people would rather shop elsewhere than reset their password, and this often results in abandoned carts, unscheduled services, and lost revenue. 20 How much revenue are you losing to forgotten passwords? The #1 thing online customers and shoppers struggle with is remembering passwords. Most people would rather shop elsewhere than reset their password, and this often results in abandoned carts, unscheduled services, and lost revenue. 21 With PasswordFree™ MFA, your customers can simply log in with a few taps or swipes from their device. 21 22 22 **PasswordFree™ eliminates the Password** 23 24 They can’t forget something that don’t have, right? 25 26 Instead, your customers can simply login with our PasswordFree™ MFA patented Full Duplex Authentication® technology with a few taps or swipes from their device. 27 28 **PasswordFree™ builds brand trust and advocacy** 23 **PasswordFree™ Builds Brand Trust and Advocacy** 29 24 30 25 Not only does PasswordFree™ eliminate passwords, it protects your customers from password theft, phishing, social media scams and fake websites. 31 32 PasswordFree Authentication™ is stronger, safer, easier to use (no typing), and faster than passwords, OTP-SMS, password managers, and legacy MFA. 33 26 PasswordFree™ plugin presents stronger, safer, easier to use (no typing), and faster means of authenticating than passwords, SMS OTP (one-time password), password managers, and legacy MFA. 27 34 28 **Benefits and Features** 35 29 36 • Eliminates the password - **No More Passwords**!37 30 • Refreshingly simple and secure biometric PasswordFree™ experiences 38 31 • Boosts conversions and reduces cart abandonment 39 32 • Protects customers against phishing, fake websites, and social media scams 40 33 • Innovative patented Full Duplex Authentication® 41 • Easy, convenient, lightning fast and more secure 34 • Easy, convenient, lightning-fast, and more secure 35 • Compliant with data protection legislation 36 • Available on all browsers and for multiple platforms 37 • Technical support available 42 38 43 Imagine how many more customers and revenue you will retain without the hassle of passwords… 39 **Enjoy the PasswordFree™ WordPress Plugin for Free** 44 40 45 **Enjoy the PasswordFree™ WordPress plugin for Free on us!** 41 The PasswordFree™ MFA WordPress plugin was developed exclusively for WordPress by Identité®, an award-winning identity access management company. We are committed to helping you protect and increase your new and returning website customers with our sophisticated passwordless authentication solution. 42 43 • No coding required 44 • No credit card required 46 45 47 The PasswordFree™ MFA WordPress plugin was developed exclusively for WordPress by Identité®, an award-winning internet security company. We are committed to helping you protect and increase your new and returning website customers with our sophisticated passwordless authentication solution.46 The PasswordFree™ MFA WordPress plugin is powered by the NoPass™ Authenticator App and is available in the WordPress plugin repository. 48 47 49 • Free to use without any restrictions. 50 • No credit card required. 48 Our plugin connects to the PasswordFree™ server to store users' information (i.e. email address) and site data (i.e. URL) that are used to authenticate the users on the website and contact website administrators. 51 49 52 The PasswordFree™ WordPress plugin is powered by the NoPass™ Authenticator App and is Available in the WordPress plugin repository. 50 **Video** 53 51 54 PasswordFree™ WordPress plugin it's connector between WordPress site and PasswordFree™ service. It uses requests to PasswordFree™ service. 55 1. Function wp_remote_post(PASSWORD_FREE_ACTIVATION_URL, $args) uses https://wordpress.nopass.us/api/v1/WordPress/activate during activation plugin for exchange connection information. 56 2. Function wp_remote_request(PASSWORD_FREE_DEACTIVATION_URL, $args) uses https://wordpress.nopass.us/api/v1/WordPress/deactivate during deactivation plugin for inform PasswordFree™ service that plugin was deactivated. 57 3. Function wp_remote_request(PASSWORD_FREE_UNINSTALL_URL, $args) uses https://wordpress.nopass.us/api/v1/WordPress/uninstall during uninstall plugin for inform PasswordFree™ service that plugin was uninstalled. 58 4. Function wp_remote_get(PASSWORD_FREE_UPDATE_SITE_INFO_URL, $args) uses https://wordpress.nopass.us/api/v1/WordPress/site/update/info when site base information was updated. 59 5. Function wp_remote_post(PASSWORD_FREE_UPDATE_SITE_ADDRESS_URL, $args) uses https://wordpress.nopass.us/api/v1/WordPress/site/update/url when site URL was updated. 60 6. Function wp_remote_post(PASSWORD_FREE_UPDATE_EMAIL_URL, $args) uses https://wordpress.nopass.us/api/v1/Customers/update/info when site user who was registered via PasswordFree™ service, updated email. 61 7. Function wp_remote_request(PASSWORD_FREE_DELETE_CUSTOMER_URL . $customer_id, $args) uses https://wordpress.nopass.us/api/v1/customers/delete/ when site user who was registered via PasswordFree™ service, was deleted from site. 62 8. Function wp_remote_post(PASSWORD_FREE_AUTH_VERIFICATION_URL, $args) uses https://wordpress.nopass.us/api/v1/Customers/auth/confirm 63 9. Function wp_remote_post(PASSWORD_FREE_REGISTER_VERIFICATION_URL, $args) uses https://wordpress.nopass.us/api/v1/Customers/register/confirm 52 <https://youtu.be/GkBlURtP_vk?si=y6h99QCvsTUGxB1d> 64 53 65 **Links to the PasswordFree™ service**66 [https://www.identite.us/passwordfree-mfa](https://www.identite.us/passwordfree-mfa)67 54 68 **Link to the PasswordFree™ service's privacy policy**69 [ https://www.identite.us/privacy-policy](https://www.identite.us/privacy-policy)55 **Links** 56 [PasswordFree™ service](https://www.identite.us/passwordfree-mfa) 70 57 71 **Link to the PasswordFree™ service's terms and conditions** 72 [https://www.identite.us/terms-and-conditions](https://www.identite.us/terms-and-conditions) 58 [PasswordFree™ Privacy Policy](https://www.identite.us/privacy-policy) 59 60 [PasswordFree™ Terms and Conditions](https://www.identite.us/terms-and-conditions) 73 61 74 62 **Questions?** 75 Customizations, workforce, and other passwordless authentication solutions are available. 76 Reach out to sales@identite.us or support@identite.us 63 64 Customizations, workforce, and other passwordless authentication solutions are available. 65 Reach out to <sales@identite.us> or <support@identite.us> 66 67 **Screenshots** 68 69  70  71  72  73  74 77 75 78 76 == Installation == … … 107 105 == Changelog == 108 106 109 = 1.1.3 = 107 **1.1.3** 108 110 109 * Minor refactoring 111 110 112 = 1.1.2 = 111 **1.1.2** 112 113 113 * Minor refactoring 114 114 115 = 1.1.1 = 115 **1.1.1** 116 116 117 * Minor refactoring 117 118 118 = 1.1.0 = 119 **1.1.0** 120 119 121 * WordPress multisite installation support 120 122 * UI appearance customization 121 123 * Sync users during plugin reactivation 122 124 123 = 1.0.0 = 125 **1.0.0** 126 124 127 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.