heimrichhannot / contao-login-registration-bundle
A frontend module that allows login and registration in one module.
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.0
- contao/core-bundle: ^4.13 || ^5.0
- symfony/event-dispatcher-contracts: ^1.0 || ^2.0 || ^3.0
- symfony/http-foundation: ^5.4 || ^6.0
- symfony/http-kernel: ^5.4 || ^6.0
- symfony/security-core: ^5.4 || ^6.0
README
This bundle provide a login frontend module allowing direct register the user if user not exist.
Usage
Install
Install with contao manager or with composer:
composer require heimrichhannot/contao-login-registration-bundle
Update the database.
Setup
- Create a frontend module of type "Login Registration".
- Add the module to a page.
- For ease of usage, it is recommended to only allow email addresses as username.
You could adjust your dca accordingly or use a bundle to provide such functionality.
Otherwise, you need to implement a listener for
PrepareNewMemberDataEvent
to provide a user email address.