WordPress xác minh 2 bước

Mô tả

WordPress Xác minh 2 Bước (wp2sv) thêm một lớp bảo mật vào tài khoản của bạn

Ngoài tên người dùng và mật khẩu, khi đăng nhập bạn sẽ cần một mã được tạo ra bởi ứng dụng hoặc được gửi vào email

Chức năng

  • Thiết lập đơn giản
  • Hỗ trợ multisite
  • Tùy chọn sử dụng ứng dụng hoặc email
  • Mã dự phòng
  • Bảo vệ XML-RPC bằng mật khẩu ứng dụng
  • 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

Ảnh màn hình

  • Trang tổng quan
  • Hướng dẫn thiết lập
  • Nhập mã sau khi đăng nhập
  • Danh sách mật khẩu ứng dụng
  • Mật khẩu ứng dụng mới
  • Recovery

Cài đặt

  1. Tải plugin và giải nén
  2. Tải thư mục đã giải nén lên /wp-content/plugins/
  3. Kích hoạt plugin từ danh sách plugins
  4. Thiết lập xác minh 2 bước qua menu ‘Người dùng->Xác minh 2 bước’

Hỏi đáp

Tôi không qua được bước thiết lập đầu tiên, mã xác minh không đúng

Mã xác minh dựa trên thời gian. Đảm bảo thời gian trên điện thoại được đặt chính xác. Nếu server của bạn bị sai giờ hãy click vào nút Sync ở góc trên bên phải trang thiết lập

Tôi không nhận được email

Plugin sử dụng chức năng gửi mail của wordpress. Nếu email không hoạt động, bạn có thể thử một vài plugin cho phép gửi email qua SMTP như WP Mail Bank, WP Mail SMTP, WP SMTP

Plugin này có hỗ trợ multisites không?

Có hỗ trợ. Bạn có thể kích hoạt mạng lưới. Plugin này làm việc với người dùng, vì vậy không quan trọng bạn đang sử dụng multisite hay không. Nếu một người dùng bật xác minh 2 bước, thì anh ta sẽ được hỏi mã xác minh khi đăng nhập ở bất kỳ sites nào mà plugin được kích hoạt

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

Đánh giá

30 Tháng Mười, 2020 3 replies
I had to get siteground technical support to delete the plugin and then I was able to log back in. I am using with woocommerce and WCFM so be careful.
20 Tháng Chín, 2020
I've been looking for woocommerce integrate so far. And i'm happy that now it's supported. But im getting issue while connect with woo admin app. Hope that fixed soon.
28 Tháng Mười Một, 2019 1 reply
I just love this plugin <3 it gets his job well done , also i like the fact that you can choose between email or mobile. Perfomance is good to, doesnt slow down your website. i guess there is no compatibility error that we havent seen since a whole year updates 🙁 ? hope we can use this great plugin furthermore in future,aslo to see updates <3 I just can recommend it to anyone who is lookig for this extra security layer or who needs this feature for his own website. Greets Barnet
19 Tháng Tám, 2019
Very nice looking plugin. Easy to set up and configure, however, have 2 major issues. First is that haven't been updated for some time (10 months) and due to that some compatibility with the latest version of Wordpress causing big issues. For my blog, where using Gutenberg editor ( Classic one) there is no possibility to update post/page (unable to save!) when the plugin is enabled. When is off, issue not exist.
Đọc tất cả 26 đánh giá

Người đóng góp & Lập trình viên

“WordPress xác minh 2 bước” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

“WordPress xác minh 2 bước” đã được dịch qua 3 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.

Dịch “WordPress xác minh 2 bước” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

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

  • Fix some issues
  • 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