File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ registered user account & configured Symfony's
47
47
You can change the default configuration parameters for the bundle in the
48
48
` config/packages/reset_password.yaml ` config file created by Maker.
49
49
50
- ```
50
+ ``` yaml
51
51
symfonycasts_reset_password :
52
- request_password_repository: App\Repository\PasswordResetRequestRepository
53
- lifetime: 3600
54
- throttle_limit: 3600
55
- enable_garbage_collection: true
52
+ request_password_repository : App\Repository\PasswordResetRequestRepository
53
+ lifetime : 3600
54
+ throttle_limit : 3600
55
+ enable_garbage_collection : true
56
56
` ` `
57
57
58
58
### Parameters:
@@ -105,4 +105,4 @@ For **security related vulnerabilities**, we ask that you send an email to
105
105
` ryan [at] symfonycasts.com` instead of creating an issue.
106
106
107
107
This will give us the opportunity to address the issue without exposing the
108
- vulnerability before a fix can be published.
108
+ vulnerability before a fix can be published.
You can’t perform that action at this time.
0 commit comments