unite-cms / registration-bundle
There is no license information available for the latest version (0.9.1) of this package.
Allows users to self-register and self-delete an unite cms user account.
Package info
github.com/unite-cms/RegistrationBundle
Type:symfony-bundle
pkg:composer/unite-cms/registration-bundle
0.9.1
2019-07-05 14:01 UTC
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.