dev-develop
dev-developCode Login extension for Contao Open Source CMS
MIT
The Requires
- php >=5.5.0
- contao/core-bundle ~4.3
The Development Requires
code login contao
Code Login extension for Contao Open Source CMS
This extension allows frontend users (members) to log in with a secret code., (*1)
Install the bundle using composer:, (*2)
$ composer require terminal42/contao-assets
Then run the Contao Install Tool and update the database., (*3)
Be aware that this extension currently only supports Contao 4.4 (LTS)., (*4)
The bundle does two things:, (*5)
You can also allow automatic login from a link by setting up a query parameter in the configuration field of the front end module., (*6)
ATTENTION: This extension is very much not secure! The login code will be stored in plain text in the database. Do not use it for a regular website with protected member section. We only use it to allow clients to one-time update their personal data., (*7)
The stronger your code, the more secure the login process will be. Don't use a incremental number, people might try random codes!, (*8)
Code Login extension for Contao Open Source CMS
MIT
code login contao