Download the PHP package richardhj/contao-email-token-login without Composer
On this page you can find all versions of the php package richardhj/contao-email-token-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package contao-email-token-login
ContaoEmailTokenLoginBundle
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.
All versions of contao-email-token-login with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
contao/core-bundle Version ^4.9
patchwork/utf8 Version ^1.3
symfony/config Version ^4.2 || ^5.1
symfony/dependency-injection Version ^4.2 || ^5.1
symfony/http-kernel Version ^4.2 || ^5.1
twig/twig Version ^2.12 || ^3.0
terminal42/notification_center Version ^1.4
contao/core-bundle Version ^4.9
patchwork/utf8 Version ^1.3
symfony/config Version ^4.2 || ^5.1
symfony/dependency-injection Version ^4.2 || ^5.1
symfony/http-kernel Version ^4.2 || ^5.1
twig/twig Version ^2.12 || ^3.0
terminal42/notification_center Version ^1.4
The package richardhj/contao-email-token-login contains the following files
Loading the files please wait ....