Files
symfony-flex-recipes-contrib/tilleuls.forgot-password-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 07bebab4b0 Update Flex endpoint
2021-11-15 21:21:31 +00:00

46 lines
1.9 KiB
JSON

{
"manifests": {
"tilleuls/forgot-password-bundle": {
"manifest": {
"bundles": {
"CoopTilleuls\\ForgotPasswordBundle\\CoopTilleulsForgotPasswordBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/coop_tilleuls_forgot_password.yaml": {
"contents": [
"# Read the documentation: https://github.com/coopTilleuls/CoopTilleulsForgotPasswordBundle/blob/master/Resources/doc/getting_started.md",
"coop_tilleuls_forgot_password:",
" password_token:",
" class: App\\Entity\\PasswordToken # required",
" expires_in: 1 day",
" user_field: user",
" serialization_groups: []",
" user:",
" class: App\\Entity\\User # required",
" email_field: email",
" password_field: password",
""
],
"executable": false
},
"config/routes/coop_tilleuls_forgot_password.yaml": {
"contents": [
"coop_tilleuls_forgot_password:",
" resource: \"@CoopTilleulsForgotPasswordBundle/Resources/config/routing.xml\"",
" prefix: /forgot_password",
""
],
"executable": false
}
},
"ref": "48ab9b5581997a68245b79ac21e355152e29fcde"
}
}
}