
內容簡介
Authentiq 外掛可讓使用者使用手機簡單驗證登入您的 WordPress 網站,安全地分享身份識別資料,並可以從遠端登出。
這個外掛針對有興趣進一步超越使用者名稱和密碼,且不想要給使用者帶來從簡訊或驗證器或其他方式輸入一次性密碼的負擔的管理員。
Authentiq 服務免費(對於大多數使用案例),並且不會在中央儲存任何使用者資料,而是儲存在使用者手機上的 Authentiq ID 應用程式內。
功能:
使用 Authentiq 作為方便的登入(和註冊)方法,或作為安全的登入方法。
在後者的情況下,取代一次性密碼(TOTP)或硬體式身份識別器,選擇還是接受具有經典使用者名稱和密碼的帳號。
在每次登入時,Authentiq ID 應用程式都會明確地分享個人檔案資訊,並在 WordPress 檔案中更新,因此每次登入都可以更新。
您網站的訪客如果已安裝 Authentiq ID 應用程式,只需掃描 QR 碼或輸入其電子郵件地址並在手機上進行確認,即可輕鬆註冊。
阻止(已驗證的)電子郵件域中的使用者,或限制特定域。
可選擇請求社交帳號、地址和(已驗證的)電話號碼。
遠端登出:您的使用者可以使用 Authentiq ID 應用程式登出,即使他們在其他電腦上保留註冊。
現有使用者可以在個人檔案頁面中啟用 Authentiq,以更增加安全性或方便性。
您可以查看我們的 演示網站。
小工具
您可以在任何小工具區 / 側邊欄中放置 Authentiq 登入按鈕:
前往“WordPress 儀表板>外觀>小工具”。
將“Authentiq”小工具拖放到任何小工具區/側邊欄中。
在小工具上配置設置,然後點擊保存。
放置和配置任意多個 Authentiq Widget。
簡碼
透過 WordPress 簡碼,這個外掛可以放置在您網站的任何位置。
簡碼是 [authentiq_login_button]。
此外,您可以設定一些額外的參數,包括:
sign_in_text:當用戶未登錄時在 Authentiq 按鈕中顯示的文本,以進行登錄。
linking_text:當用戶已登錄但尚未與 Authentiq 連接時在 Authentiq 按鈕中顯示的文本,以連接用戶賬戶。
sign_out_text:當用戶已登錄並與 Authentiq 連接時在 Authentiq 按鈕中顯示的文本,以登出。
color_scheme:Authentiq 按鈕的顏色方案。使用0~4的任意數字: 0: 默認, 1: 紫色, 2: 橘色, 3: 灰色, 4: 白色。
使用範例:[authentiq_login_button sign_in_text="Login" linking_text="Link your account" sign_out_text="Logout" color_scheme=1]。
您甚至可以在 模板文件中放置簡碼。
外掛標籤
開發者團隊
原文外掛簡介
The Authentiq plugin allows users to simply use their phone to authenticate to your WordPress site, share their identity details safely, and sign out again remotely.
This plugin is for admins that are interested in moving beyond username and password, and do not want to burden their users with typing one time codes from SMS or authenticators or other methods that harm the user experience.
The Authentiq service is free (for most use cases) and does not store any user data centrally, but in the Authentiq ID app on the user’s phone instead.
Features:
Use Authentiq as a convenience sign in (and sign up) method, or as a secure sign in method.
In the latter case, replacing one time passwords (TOTP) or hardware tokens, option to still accept accounts with classic username & password.
On every sign in, the profile information is explicitly shared by the Authentiq ID app and updated in the WordPress profile, thus keeping it up to date on every sign in.
Visitors to your site that already have the Authentiq ID app installed can simply sign up by scanning a QR code or typing their email address and confirm on their phone.
Block users by (verified) email domain, or limit to specific domains.
Optionally request social accounts, address, and (verified) phone numbers too.
Remote sign out: your users can sign out with their Authentiq ID app, even when they left their session signed in on another computer.
Existing users can activate Authentiq in their profile page for convenience or additional security.
You can check our demo site.
Widget
You can have an Authentiq sign in button in any widgetized area / sidebar:
Go to ‘WordPress Dashboard > Appearance > Widgets’.
Drag and drop the “Authentiq” widget into any widgetized area / sidebar.
Configure settings on the widget and click save.
Place and configure as many Authentiq widgets as you want.
Shortcodes
The plugin can be placed anywhere in your site using WordPress shortcodes.
The shortcode is [authentiq_login_button].
Additionally you can set some extra parameters, which are:
sign_in_text: Text shown in Authentiq button, when user is not signed in, in order to sign in.
linking_text: Text shown in Authentiq button, when user is signed in, but is not linked with Authentiq yet, in order to link the user account.
sign_out_text: Text shown in Authentiq button, when user is signed in and linked with Authentiq, in order to sign out.
color_scheme: Authentiq button color scheme. Use a number from 0: default, 1: purple, 2: orange, 3: grey, 4: white.
Example use: [authentiq_login_button sign_in_text="Login" linking_text="Link your account" sign_out_text="Logout" color_scheme=1].
You can even place the shortcode in your template files.
