richardhj/contao-email-token-login
Composer 安装命令:
composer require richardhj/contao-email-token-login
包简介
关键字:
README 文档
README
Alternative login form, in case your members don't necessarily have nor need a password.
The login form just asks for the username (or email if mailusername is installed). The user submits the form and receives an email (notifications are managed by notification center). The user gets logged in when they hit the login in link within the email. The login link expires after 2 hours and immediately logs in the user.
Klarna is using this approach as well:
Configuration:
- Create a new notification of type "token login".
- Place the token
##link##in the message. For html emails, you can additionally add the token##login_form_html##. - Create a module of type "token login". Select the notification, select a jumpTo page, place the module somewhere on the website.
Changelog
Please consult the CHANGELOG.
统计信息
- 总下载量: 549
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2018-05-25
