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.

Installs: 142

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Type:symfony-bundle

0.9.1 2019-07-05 14:01 UTC

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.