Description
Secure your WordPress site with WordPress Safegaurd.
WordPress Safegaurd provides 2-step verification on login. Once a user submits their login credentials, a One Time Pin (OTP) will be sent to them via SMS/Email. They will enter this OTP in order to continue to login. All it customer will able to get Woocommerce order alert notification via SMS.
Stop Brute force hacking attempts, and keep your data safe!
* Easy to install!
* Email & SMS both are integrated
* Any SMS API can be Configurable
* WordPress 4.0 Ready!
Prerequisites
- WordPress 5.x.x
- WooCommerce 4.2.x
- cURL php extension.
Download
- Using HTTPS
$ git https://github.com/prabalsslw/Safeguard-Email-SMS-OTP-Woocommerce-Alert.git - Using SSH
$ git clone [email protected]:prabalsslw/Safeguard-Email-SMS-OTP-Woocommerce-Alert.git
License
- GPL2
Screenshots
Installation
- Step 1: Upload the plugin to wordpress admin panel.
- Step 2: Go to
Safeguard Login
>OTP Settings
page. - Step 3:
Enable Plugin
to activate all service. - Step 4: Enable OTP checkbox for OTP & SMS Alert.
OTP SMS Text
must contain{{OTP}}
dynamic variable. - Step 5: Both GET & POST API can be configurable, use API Endpoint, pass the API parameter with dynamic variable. Fixed dynamic variables:
{{phone_number}}, {{unique_id}}, {{sms_text}}
- Step 6: In the
Woocommerce Alert Configuration
part must enableEnable Woocommerce Alert
for Woocommerce transaction alert. - Step 7: Enable your required Hook for transactional alert.
- Step 8: You can change your
Woocommerce SMS Alert Templete
. Fixed dynamic variables:{{name}}, {{status}}, {{amount}}, {{currency}}, {{order_id}}
. - Step 9: You can change your
User Registration Alert Templete
. Fixed dynamic variables:{{name}}
. - Step 10: After successfully integrating the plugin you can see the reflection in the login and registration page.
- Step 11: Plugin will add an extra field(Phone Number) in the registration form.
- Step 12: Admin can check OTP & Alert SMS record from the admin panel.
Note: In order to use this plugin, you will need a valid WordPress install. This plugin will not work on a wordpress.com hosted site. Also make sure while using OTP login SMS, your phone umber is uptodate at billing_phone
in user settings page and provide number in user Register form.
FAQ
- What should be the permalink?
-In order for this plugin to function correctly, you will need to use a permalink structure that uses rewrite rules. The “Post name” structure is recommended.
For accurate login time tracking, make sure your correct Timezone is selected under “Settings” > “General”.
Contributors & Developers
“Real Protection & Safegaurd OTP” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Real Protection & Safegaurd OTP” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
- Initial release