[WordPress] 外掛分享: ALMEFY: Two-Factor Authentication in one step. Without password​

WordPress 外掛 ALMEFY: Two-Factor Authentication in one step. Without password​ 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「ALMEFY: Two-Factor Authentication in one step. Without password​」是 2022-11-09 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2023-05-25,距離現在已有 710 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
  • 有 2 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

allbutsocial |

外掛標籤

login | signin | authentication | two factor authentication |

內容簡介

Almefy外掛可為您的使用者提供安全的2FA登錄體驗 - 無需密碼,只需掃描QR碼即可登錄。

歡迎使用ALMEFY經驗

Almefy可以在一步驟中實現安全的雙因素驗證用戶體驗,不需要密碼,使用者只需掃描即可登錄。

使用者只需通過Almefy App掃描網站上的QR碼,並通過我們基於身份加密(IBE)的技術進行登錄。
Almefy是下一代的登錄技術,從使用者那里拿走了安全密碼的負擔,徹底消除了密碼。
我們提供一種安全、方便且快速的雙因素驗證體驗,以方便您的使用者。

在我們的網站上了解有關身份加密和2FA以及Almefy的更多信息。

ALMEFY HUB-您管理所有訪問的地方

我們提供易於管理的設置和通過我們的ALMEFY HUB管理使用者訪問的功能。
HUB使您有可能設置新網站,管理管理員和使用者,並提供統計數據供您參考。
如果您有任何問題或需要支持,這也是與我們獲取聯繫的最快方法!
以下是您開始使用ALMEFY外掛的方法:

設置

要啟用外掛程式,請在後端導航到Almefy設置。
您需要提供一個金鑰和一個秘密來連接Almefy服務器。
要生成您的個人金鑰和秘密,請在https://almefy.com/contact/與我們聯繫。
我們將向您發送一封電子郵件,其中包含有關如何訪問ALMEFY HUB以經過引導流程生成您的金鑰和秘密的所有說明。

在外掛程式的設置中,您還可以定義登錄後重定向URL。
使用相對URL(如/profile-page)將使用者重定向到自定義頁面。
或者將頁面留空以將使用者重定向到WordPress後端。

登錄

要將登錄碼添加到您的網站,請將[almefy-login]短碼添加到您的頁面。
或者,您可以通過 do_shortcode('[almefy-login]');將其添加到您的佈景主題中。

如果您希望使用WordPress登錄登錄時將使用者重定向到後端
但是在通過前端登錄時將使用者重定向到配置文件頁面,您需要:
- 在外掛設置中將重定向登錄後留空
- 設置短碼上的redirect變量

例如:[almefy-login redirect ="/profile"]

裝置管理

內置的裝置管理員位於後端使用者->個人資料中。
如果您不希望使用者可以存取WordPress後端,但讓他們管理其裝置,
請使用[almefy-devices]短碼將其添加到自定義配置文件頁面。

連接新的裝置

在創建帳戶時,使用者將收到一封電子郵件,要求他們連接其裝置。
在後端使用者->個人資料中可以連接其他裝置。

要將裝置連接和移除等管理選項添加到您的網站前端,
您可以使用裝置連接短碼將其包含在配置文件頁面上,使用[almefy-connect]。

免密碼註冊(可選)

您可以添加無密碼註冊,方法是添加[almefy-register]短碼。
禁用require_username將導致只提示使用者輸入電子郵件地址。
按鈕文字可通過設置button_text自定義。

原文外掛簡介

The Almefy Plugin enables secure 2FA login for your users – without passwords, just by scanning a QR code.​
Welcome to the ALMEFY experience
Almefy enables a secure Two-Factor Authentication user experience in one step. No passwords needed, the users just scan to login.
Your users just need to scan a QR code on your website with the Almefy App and login through our technology built on Identity Based Encryption (IBE).
Almefy is the next generation of logins, taking the burden of secure passwords away from the users by eliminating them completely.
We enable a secure, easy and fast Two-Factor Authentication in one step for the convenience of your users.
Learn more about the Identity Based Encryption and 2FA and Almefy on our website.
The ALMEFY HUB – Where you manage all accesses
We offer an easy to manage setup and management of accesses through our ALMEFY HUB.
The HUB gives you the possibility to setup new websites, manage admins and users and offers statistics for your reference.
It is also the fastest way to get in touch with us in case you have any questions or need support!
And here is how you get started with your ALMEFY Plugin:
Setup
To activate the plugin, please navigate to the Almefy settings in the backend.
You will be required to provide a key and a secret to connect to the Almefy servers.
To generate your individual key & secret, please contact us at https://almefy.com/contact/.
We will send you an email with all instructions how to get access to the ALMEFY HUB where you generate your key & secret in a guided flow through our setup wizard.
In the settings of the plugin you can also define a Redirect to after login url.
Use a relative url like /profile-page to redirect users to a custom page.
Alternatively leave the page blank to redirect users to the WordPress backend.
Login
To add the login code to your website add the [almefy-login] shortcode to your page.
Alternatively you may add it via do_shortcode('[almefy-login]'); to your theme.
If you would like to redirect users to the backend when logging in via the WordPress login at /wp-login.php
but to a profile page when logging in via the the frontend you have to:
– Leave the Redirect to after login empty in the plugin settings
– Set the ‘redirect’ variable on the shortcode
Example: [almefy-login redirect="/profile"]
Device Management
The built in device manager is found in the backend Users -> Profile.
If you do not want your users to have access to the WordPress backend but let them manage their devices,
add the [almefy-devices] shortcode to a custom profile page.
Connecting new devices
When creating an account, users will receive an email asking them to connect their device.
Further devices may be connected in the backend Users -> Profile.
To add management options like connecting and removing devices to the frontend of your website,
you may include the device connection shortcode to a profile page using [almefy-connect].
Password-free Registration (Optional)
You may add password free registration by adding the [almefy-register] shortcode.
Disabling require_username will result in users just being prompted for an email address.
The button text is customizable by setting the button_text variable.
Example: [almefy-register require_username="false" button_text="Sign Up Now!"];
License
GNU General Public License v2.0 – GNU Project – Free Software Foundation
https://www.gnu.org
Contact – Almefy : 2FA Authentication in one step

Home

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「ALMEFY: Two-Factor Authentication in one step. Without password​」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


trunk | 0.13.1 | 0.14.0 | 0.14.1 | 0.15.0 | 0.15.1 | 0.15.2 | 0.15.3 | 0.16.0 | 0.16.1 | 0.16.2 | 0.16.3 | 0.16.4 | 0.16.5 |

延伸相關外掛(你可能也想知道)

  • Personalize Login 》, , 此外掛可讓您自訂預設的登入頁、註冊頁、重設密碼頁和個人檔案頁面。。
  • Login-box 》Login-box 是一個 WordPress 外掛,它會在所有網頁中插入一個登入表單,加快驗證過程。由於 Login-box 是隱藏的,它不會引起讀者的注意,而對於您(以及您的...。
  • Stan Easy Connect 》Stan是一個數位身份識別應用程式。我們的使用者使用法律身份文件進行註冊,並由eIDAS服務認證。, 透過Stan Easy Connect外掛程式,您可以更進一步開放您的網...。
  • Secure Access 》此外掛可以增加您網站的安全性,讓使用者在訪問內容之前必須先登入。。
  • 2FA – Two-factor authentication for WordPress – in one Step. And without password. Free for private use or small businesses 》2FA – 單步驟 WordPress 兩步驗證。無需密碼。免費供個人使用或小型企業使用。, Instalogin 已被 Almefy 取代!。
  • DAO Login 》DAO Login 是個外掛,用於將您的網站登入系統與 web3 串接:, , 現有使用者可使用 Ethereum 錢包進行登入,使用用 Ethereum 登入, 新用戶可以根據其代幣餘額...。
  • Secqure Passwordless Login – Passwordless Authentication for WordPress 》專為 WordPress 設計的簡單、安全且無縫登入外掛。, 該外掛為您的 WordPress 網站提供安全可靠的驗證機制,讓使用者可以在不需要記住或輸入密碼的情況下進行...。
  • WP LOYALTY by AD5 》這是建立會員網站最簡單的方式之一。, 使用 shortcode,您可以在網站上任何位置放置註冊和登錄按鈕。, 註冊和登錄表單會顯示為彈出視窗,不需要特別的頁面。,...。

文章
Filter
Apply Filters
Mastodon