Descrizione
WordPress verifica in 2 passaggi (Wp2sv) garantisce una maggiore sicurezza del vostro account.
In aggiunta al vostro username e alla password vi sarà richiesto il codice di verifica a 2 fattori generato da Android/iPhone/Blackberry oppure vi sarà inviata un email con il codice dal plugin una volta effettuato l’accesso.
Caratteristiche
- Configurazione semplificata
- Multi siti supportati
- Opzione per usare l’applicazione o la posta elettronica (email)
- Backup codes
- Proteggere XML-RPC con una password per le app
- App passwords for apps that don’t support 2-Step Verification
- Easy recovery(via ftp) if lost phone
- Setup 2-Step at front page for Woocommerce
Screenshot
Installazione
- Scaricate il plugin ed estraete il contenuto
- Caricare il contenuto estratto nella cartella
/wp-content/plugins/
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Impostare la verifica autenticazione a 2 fattori attraverso il menu ‘Users->2-Step Verification’
FAQ
-
Non posso completare il primo processo di installazione, il codice di verifica inserito non è corretto.
-
Il funzionamento dei codici dipendono dall’orario del sito WordPress e dall’orario del vostro telefono. Assicuratevi che sia il sito WordPress, il server e il telefono abbiano l’orario corretto, cliccate su Sync now in alto a destra di overview page
-
I don’t received email
-
Questo plugin usa la funzione di invio email standard di wordpress. Se le email non vengono ricevute ti suggeriamo di installare un plugin per inviare le email via SMTP, eccone alcuni:
WP Mail Bank
,WP Mail SMTP
,WP SMTP
,… -
Il plugin supporta il multisite?
-
Yes, it does. You can
network active
it, it work with all users no matter if your site is multisite or not
If an user turn itON
that mean he will be asked for code once login on all sites whole the network. -
It keeps saying “Wp2sv database update required”
-
Please check if wp cron disabled then please enable it. You also can manually run upgrade in cli using command
wp cron event run wp2sv_upgrade
Recensioni
Contributi e sviluppo
“Autenticazione a 2 fattori WordPress” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Autenticazione a 2 fattori WordPress” è stato tradotto in 4 lingue. Grazie ai traduttori per i loro contributi.
Traduci “Autenticazione a 2 fattori WordPress” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
2.6.2
- Fix QR code not showing
2.6.1
- Fix is_ajax not defined
2.6.0
- Fix email code expired too soon
- Add setting for expiration when send code via email
- Add force enable option
- Email subject and content can be via filters: wp2sv_email_subject, wp2sv_email_content
2.5.6
- Update vue to 2.7.14
- Fix issue with translation
2.5.4
- Fix cannot use same email again after turn off by admin
2.5.2
- Tested WordPress 5.9.3
2.5.1
- Fix php warning message
- Only show 4.x compatibility warning when language is not english
2.5
- Full Vue for setup page
- Use wp-i18n js https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/
- Attempts limit for verify code and send email
2.4.2
- Fix jetpack connection issue
2.4.1
- Fix issue xml-rpc not working even with app password
- Fix compatibility with contact form
2.4
- Woocommerce account page integration
- Fix bugs
2.3.1
- Risolti alcuni problemi
- Added hooks: wp2sv_init, wp2sv_setup, wp2sv_handle, wp2sv_handled
2.3.0
- Template refactored, new location for template {theme}/wp2sv/
- Revoke trusted device
- Fix some bugs
2.2.0
- Add woocommerce support
- Fix rest api is blocked by wp2sv
2.1.2
- Fix recovery method not working
2.1.1
- Improve performance, may fix possibility 403 issue
2.1
- Improve compatibility with other plugins/services
- Strict mode (use WP2SV_STRICT_MODE constance) for more security but may not compatible with others
2.0.2
Fix not able to connect via Xml-RPC due to fatal error
2.0.1
Fix compatibility with third-party applications
2.0
- New design for admin
- Refactored code