Descrizione
Vai nella sezione “Opzioni Two-Factor” sotto “Utenti”
“Profilo” per abilitare e configurare uno o più provider di autenticazione a due fattori per il tuo account:- Codici via email
- Password usa e getta basate sul tempo (TOTP, Time Based One-Time Passwords)
- FIDO Universal 2nd Factor (U2F)
- Codici di backup
- Simulazione (solo per scopi di test)
Per saperne di più vedi questo articolo.
Azioni & filtri
Ecco una lista di azioni e filtri forniti dal plugin:
- il filtro
two_factor_providers
modifica i provider del secondo fattore disponibili, come email e password usa e getta basate sul tempo. I valori dell’array sono nomi di classi PHP dei provider del secondo fattore. two_factor_providers_for_user
filter overrides the available two-factor providers for a specific user. Array values are instances of provider classes and the user objectWP_User
is available as the second argument.- il filtro
two_factor_enabled_providers_for_user
modifica la lista dei provider del secondo fattore abilitati per un utente. Il primo argomento è un array contenente come valori i nomi di classi dei provider abilitati, il secondo argomento è l’ID dell’utente. - l’azione
two_factor_user_authenticated
che riceve l’oggettoWP_User
dell’utente connesso come primo argomento per individuare, subito dopo la procedura di autenticazione, l’utente connesso. two_factor_email_token_ttl
filter overrides the time interval in seconds that an email token is considered after generation. Accepts the time in seconds as the first argument and the ID of theWP_User
object being authenticated.two_factor_email_token_length
filter overrides the default 8 character count for email tokens.two_factor_backup_code_length
filter overrides the default 8 character count for backup codes. Providers theWP_User
of the associated user as the second argument.
Screenshot
FAQ
-
How can I send feedback or get help with a bug?
-
The best place to report bugs, feature suggestions, or any other (non-security) feedback is at the Two Factor GitHub issues page. Before submitting a new issue, please search the existing issues to check if someone else has reported the same feedback.
-
Where can I report security bugs?
-
The plugin contributors and WordPress community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
To report a security issue, please visit the WordPress HackerOne program.
Recensioni
Contributi e sviluppo
“Two-Factor” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Two-Factor” è stato tradotto in 37 lingue. Grazie ai traduttori per i loro contributi.
Traduci “Two-Factor” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
Guarda la release history.