Skip to content

Commit

Permalink
AgilelabFr CAPTCHA Bundle (#1758)
Browse files Browse the repository at this point in the history
* AgilelabFr CAPTCHA Bundle

* AgilelabFr CAPTCHA Bundle - case sensitive config

indentation fix:
alteis/hagreed-bundle/1.0/config/packages/alteis_hagreed.yaml
alteis/hagreed-bundle/1.0/manifest.json

AgilelabFr CAPTCHA Bundle (#1758)

* AgilelabFr CAPTCHA Bundle

* AgilelabFr CAPTCHA Bundle - case sensitive config

indentation fix:
alteis/hagreed-bundle/1.0/config/packages/alteis_hagreed.yaml
alteis/hagreed-bundle/1.0/manifest.json
  • Loading branch information
agilelab-fr authored and RonanSauvage committed Feb 27, 2025
1 parent fd7ffa7 commit 09a554a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
captcha_bundle:
width: 120
height: 40
length: 6
lines: 8
characters: 'ABCDEFGHJKLMNPQRSTUVWXYZ23456789'
case_sensitive: true

# Uncomment to render the twig block for captcha
#twig:
# form_themes:
# - '@AgilelabFrCaptcha/form/agilelab_fr_captcha.html.twig'
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
agilelab_fr_captcha_bundle.routes:
resource: '@AgilelabFrCaptchaBundle/config/routes.yaml'
8 changes: 8 additions & 0 deletions agilelab-fr/captcha-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"AgilelabFr\\CaptchaBundle\\AgilelabFrCaptchaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
alteis_hagreed:
token: '%env(HAGREED_TOKEN)%'
token: '%env(HAGREED_TOKEN)%'
2 changes: 1 addition & 1 deletion alteis/hagreed-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"env": {
"HAGREED_TOKEN": ""
}
}
}

0 comments on commit 09a554a

Please sign in to comment.