unite-cms / registration-bundle
Allows users to self-register and self-delete an unite cms user account.
Installs: 142
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:symfony-bundle
Requires
- unite-cms/core-bundle: 0@dev
README
This extends the unite cms core bundle and allows users to self-register and self-cancel an unite cms user account.
This bundle is not part of the unite cms standard distribution and must therefore be installed manually:
composer create-project unite-cms/standard unitecms --stability dev
cd unitecms
composer install unite-cms/registration-bundle
# Now create the databse schema.
bin/console doctrine:schema:update --force
Please see github.com/unite-cms/unite-cms for more information.