Two-Factor

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 object WP_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’oggetto WP_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 the WP_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 the WP_User of the associated user as the second argument.

Screenshot

  • Le opzioni per i due fattori nella pagina del profilo dell’utente.
  • La sezione delle chiavi di sicurezza U2F nella pagina del profilo dell’utente.
  • Invio del codice di autenticazione tramite email durante l’accesso a WordPress.

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

16 Febbraio 2025
I use it for the security of my WordPress admin panel and it’s really nice. I just wish it was available as a text message via phone, that would be great.
10 Gennaio 2025
This plugin adds 2FA to Wordpress. It defaults to sending a code to the email address associated to the user, but it is possible for the user to configure for backup codes or authenticator app as well. We have been using this plugin for a couple of years. I definitely appreciate the fact that is maintained by open source contributors, although that does mean that at times bug fixes can be a little slow to be published. I have collaborated with the guys on Github and they are top notch.
26 Novembre 2024
Seit ich das Plugin kenne, nutze ich auch endlich Zwei-Faktor-Authentifizierung. Nur einen Ort für die gedruckten Notfallisten muss ich noch finden … 😚 (*flööt*)
Leggi tutte le recensioni di 188

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.