diff --git a/enigma972/user-bundle/0.3.1/config/packages/user.yaml b/enigma972/user-bundle/0.3.1/config/packages/user.yaml new file mode 100644 index 00000000..71cd2d7f --- /dev/null +++ b/enigma972/user-bundle/0.3.1/config/packages/user.yaml @@ -0,0 +1,10 @@ +user: + # if this value equal true, the User should confirm theire mail + check_mail: false + # The validity duration in secondes, 4 houres by default (14,400 sec) + reset_password_code_validity: 14400 + # where to redirect after login + target: home + # the no reply email for this app + no_reply_mail: no-reply@mail.com + not_send_welcome_mail: true diff --git a/enigma972/user-bundle/0.3.1/config/routes/user.yaml b/enigma972/user-bundle/0.3.1/config/routes/user.yaml new file mode 100644 index 00000000..dc8eb37a --- /dev/null +++ b/enigma972/user-bundle/0.3.1/config/routes/user.yaml @@ -0,0 +1,3 @@ +user: + resource: '@UserBundle/Controller/' + type: annotation diff --git a/enigma972/user-bundle/0.3.1/manifest.json b/enigma972/user-bundle/0.3.1/manifest.json new file mode 100644 index 00000000..c5520973 --- /dev/null +++ b/enigma972/user-bundle/0.3.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Enigma972\\UserBundle\\UserBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/enigma972/user-bundle/0.3.1/post-install.txt b/enigma972/user-bundle/0.3.1/post-install.txt new file mode 100644 index 00000000..0ff13e61 --- /dev/null +++ b/enigma972/user-bundle/0.3.1/post-install.txt @@ -0,0 +1,9 @@ + + Next: UserBundle Configuration + + + * Create an User entity and extend Enigma972\UserBundle\Entity\User class + + * And add all properties and methods you needs, it is your! + +Documentation: https://www.github.com/enigma972/user-bundle