Skip to content

Commit 89cec28

Browse files
botisSmilePierreGauthier
authored andcommitted
feat(#1340400): Add user management from Gally's BO
1 parent 3668e5d commit 89cec28

File tree

16 files changed

+774
-2
lines changed

16 files changed

+774
-2
lines changed

api/.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ JWT_PASSPHRASE=2ed9b4c25893442a0d43fffac3233a5f
5252
# /!\ Change this value for production /!\
5353
JWT_TTL=28800
5454
###< lexik/jwt-authentication-bundle ###
55+
56+
###> symfony/mailer ###
57+
MAILER_DSN=smtp://mailer:1025
58+
###< symfony/mailer ###

api/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"nelmio/cors-bundle": "^2.2",
1717
"opensearch-project/opensearch-php": "^2.3",
1818
"phpstan/phpdoc-parser": "^1.16",
19+
"scienta/doctrine-json-functions": "*",
1920
"stof/doctrine-extensions-bundle": "^1.7",
2021
"symfony/asset": "6.4.*",
2122
"symfony/console": "6.4.*",
@@ -25,6 +26,7 @@
2526
"symfony/framework-bundle": "6.4.*",
2627
"symfony/http-client": "6.4.*",
2728
"symfony/intl": "6.4.*",
29+
"symfony/mailer": "6.4.*",
2830
"symfony/monolog-bundle": "^3.8",
2931
"symfony/property-access": "6.4.*",
3032
"symfony/property-info": "6.4.*",
@@ -37,6 +39,7 @@
3739
"symfony/uid": "6.4.*",
3840
"symfony/validator": "6.4.*",
3941
"symfony/yaml": "6.4.*",
42+
"tilleuls/forgot-password-bundle": "^2.0",
4043
"webonyx/graphql-php": "^15.12"
4144
},
4245
"require-dev": {

0 commit comments

Comments
 (0)