內容簡介
當使用者從 WordPress 發送的電子郵件中點擊連結時,他們將自動登入:
回覆評論的電子郵件
留下購物車的電子郵件
會員提醒電子郵件
等等。
預設情況下不需要進行任何配置:
自動登入的 URL 將持續一週
不會修改管理員收到的電子郵件
不會修改排除名單上的電子郵件
開發者可使用 API 在 WordPress 的其他位置使用自動登入代碼,例如推送通知,並有條件地禁用外掛的使用。支援程式碼已發布在 GitHub,使用 WordPress Plugin Boilerplate,遵循(大部分)WordPress編碼標準,並進行了單元和整合測試。
外掛標籤
開發者團隊
② 後台搜尋「Magic Emails & Autologin URLs」→ 直接安裝(推薦)
原文外掛簡介
A new “Email Magic Link” button is added to the standard WordPress and WooCommerce login screens. If there is a user
account for the username filled out, they will receive an email with a link to log them in without a password.
All emails sent from WordPress will contain login codes in links pointing back to the website:
Comment reply emails
Abandoned cart emails
Membership reminder emails
etc.
No configuration is required, by default:
Autologin URLs work for one week
Emails to administrators are excluded
Emails on exclusion shortlist are not modified
An API is available for developers to use autologin codes elsewhere in WordPress, e.g. push notifications, and to conditionally disable the plugin’s use. Code is published on GitHub, uses WordPress Plugin Boilerplate, conforms (mostly) to WordPress Coding Standards, and is unit & integration tested.
