Περιγραφή
A two-step verification plugin using the Time-based One-time Password Algorithm (TOTP), which can be used with an app or service like Google Authenticator.
- Lightweight and fast: no classes are instantiated until required
- No reliance or affiliation with any third-party service
- No setup or config required: immediately enabled for all uses upon plugin activation
- Automatically throttles multiple failed login attempts
- Uses filters to allow modifying functionality or output
- Requires PHP 7 or later
- Built for WordPress 4.8 or later
Στιγμιότυπα
Εγκατάσταση
- Upload the plugin files to the
/wp-content/plugins/simple-2fa
directory, or install the plugin through the WordPress plugins screen directly - Activate the plugin through the ‘Plugins’ screen in WordPress
- You will be required to activate 2FA for your account immediately
- All other user will be required to activate 2FA when they next visit the WordPress admin area
Συχνές Ερωτήσεις
- Installation Instructions
-
- Upload the plugin files to the
/wp-content/plugins/simple-2fa
directory, or install the plugin through the WordPress plugins screen directly - Activate the plugin through the ‘Plugins’ screen in WordPress
- You will be required to activate 2FA for your account immediately
- All other user will be required to activate 2FA when they next visit the WordPress admin area
- Upload the plugin files to the
- What if a user loses access to their app/secret?
-
An administrator can reset their 2FA secret, and a new one will be created when they next log in.
- What if the administrator loses access to their app/secret?
-
Reset your secret if you are logged in, otherwise disable the plugin using WP CLI or in the DB.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Simple 2FA” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Simple 2FA” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.0
- First release.