
內容簡介
啟用 Notakey 認證提供者的使用者在輸入有效的使用者名稱和密碼後,將被發送認證請求到已註冊的行動裝置(手機、平板電腦)。
此外掛需要 WordPress Two-Factor 提供基本的認證框架。在安裝並設置兩個插件後,會新增一個額外的認證提供者到提供者清單中。要為 Notakey 認證註冊行動裝置,請使用「使用者」 ->「您的個人資料」下的「兩步驟認證選項」。安裝「Notakey Authenticator」,並使用 Notakey 應用程式掃描提供的 QR 碼,輸入裝置註冊所需的詳細資料。
Notakey 認證可以與其他第二因素認證方式結合使用:TOTP、電子郵件、備份代碼等。
此外,此掛件還為 WordPress 網站管理員添加了一些基本的安全策略選項:
啟用2FA提供者覆蓋列表——允許使用者僅選擇指定的認證提供者。
啟用 Notakey 2FA 提供者以供所有使用者使用——為所有使用者啟用 Notakey 認證(在您的用戶已經在其他服務上註冊設備的情況下)。
允許使用者提供入門詳細資料——如果使用 SMS 驗證入門流程,讓使用者輸入其手機號碼。
拒絕未進行2FA 驗證的用戶登錄——阻止未使用任何第二因素驗證的用戶登錄。
其他配置選項包括:
各種自定義認證請求選項。
Notakey 認證伺服器配置。
要調整政策或配置此掛件,請導航到「設定」->「Notakey MFA」。
此外掛需要託管或自主部署的 Notakey 認證伺服器版本(是的,有一個免費版本),並配置服務、入門需求和 API 用戶端憑證。
有關詳細說明如何設置 Notakey 認證服務器,請參閱我們的文檔網站。
參與其中
開發發生在GitHub 上。
以下是一些入門的步驟:
git clone https://github.com/notakey/wordpress-two-factor.git
通過啟動devcontainer來開始開發。
然後通過建議的更改創建拉取請求。
外掛標籤
開發者團隊
② 後台搜尋「Notakey Provider for Two-Factor」→ 直接安裝(推薦)
原文外掛簡介
Users with enabled Notakey authentication provider will be sent authentication request to registered mobile device (phone, tablet) after entering a valid username and password.
This plugin requires WordPress Two-Factor plugin, that provides base authentication framework. After installing and configuring both plugins, an additional authentication provider will be added to provider list. To register a mobile device for Notakey authentication, use the “Two-Factor Options” section under “Users” → “Your Profile”. Install “Notakey Authenticator” and scan provided QR code with Notakey app and enter required details for device registeration.
Notakey authentication can be combined with other second factor authentication means: TOTP, email, backup codes and others.
This plugin adds also some basic security policy options for WordPress site admins:
Enable 2FA provider override list – allows users to select only specified authentication providers.
Enable Notakey 2FA provider for all users – enables Notakey authentication for all users (in case your users have devices already registered on other services).
Allow users to provide onboarding details – lets users enter their mobile number, if SMS code verification onboarding is used.
Reject user login without 2FA verification – blocks user login without any second factor authentication.
Other configuration options include:
Various options to customize authentication request.
Configuration for Notakey Authentication Server.
To adjust policy or configure this plugin, navigate to “Settings” → “Notakey MFA”.
Plugin requires a hosted or on-premise version of Notakey Authentication Server (yes, there is a free version) with configured service, onboarding requirements and API client credentials.
See our documentation site for detailed instructions how to set up Notakey Authentication Server.
Get Involved
Development happens on GitHub.
Here is how to get started:
git clone https://github.com/notakey/wordpress-two-factor.git
Start development by starting a devcontainer.
Then open a pull request with the suggested changes.
