2017 © Pedro Peláez
 

contao-bundle contao-codelogin

Code Login extension for Contao Open Source CMS

image

terminal42/contao-codelogin

Code Login extension for Contao Open Source CMS

  • Tuesday, February 21, 2017
  • by aschempp
  • Repository
  • 4 Watchers
  • 1 Stars
  • 48 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

Code Login extension for Contao Open Source CMS

This extension allows frontend users (members) to log in with a secret code., (*1)

Installation

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)

How To Use

The bundle does two things:, (*5)

  1. Adds a new code field to members and disables mandatory-ness of username/password.
  2. Provides a new code login front end module. Place it on any Contao page to allow a member to login with a code instead of a username/password.

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)

About Security

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)

The Versions

21/02 2017

dev-develop

dev-develop

Code Login extension for Contao Open Source CMS

  Sources   Download

MIT

The Requires

 

The Development Requires

code login contao