Περιγραφή
When logging in, users will be required to enter a verification code that is sent to the email address associated with their WordPress account.
The feature will not actually be active after the plugin installation, until one site administrator managed to successfully send a test email.
Login email template
You can edit the template used when sending the login email to match your site design. But the template must contain the %CODE%
placeholder otherwise it will not be saved. This string will be replaced by the actual code when a user log into your site
Στιγμιότυπα
Εγκατάσταση
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select
emlg-tfa.zip
from your computer - Click ‘Install Now’
- Activate EMLG TFA in the Plugin dashboard
Using FTP
- Download
emlg-tfa.zip
- Extract the
emlg-tfa
directory to your computer - Upload the
emlg-tfa
directory to the/wp-content/plugins/
directory - Activate EMLG TFA in the Plugin dashboard
Συχνές Ερωτήσεις
-
The WordPress email capability always fail
-
The ability of WordPress to send emails is independent of the plugin. Please check this with you web server admin/web hosting service provider.
-
What happens if WordPress doesn’t manage to send an email while I try to log in
-
You will be logged in without the need of entering the verification code. But the Two-Factor Authentication via Email will be disabled until you Re-checked successfully your WordPress email capability.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“EMLG TFA” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “EMLG TFA” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.1
Feature: add site url to the possible placeholders in email body
Updated .pot
file
1.0.1
Fix: allow wp_mail
to send formatted HTML
1.0
Initial release