Merge branch 'master' of github.com:Gregwar/CaptchaBundle
This commit is contained in:
commit
8199d20092
|
@ -44,6 +44,7 @@ class Configuration implements ConfigurationInterface
|
|||
->scalarNode('interpolation')->defaultValue(true)->end()
|
||||
->arrayNode('text_color')->prototype('scalar')->end()->end()
|
||||
->arrayNode('background_color')->prototype('scalar')->end()->end()
|
||||
->scalarNode('disabled')->defaultValue(false)->end()
|
||||
->end()
|
||||
;
|
||||
|
||||
|
|
|
@ -123,6 +123,8 @@ You can define the following configuration options globally or on the CaptchaTyp
|
|||
|
||||
* **width**: the width of the captcha image (default=120)
|
||||
* **height**: the height of the captcha image (default=40)
|
||||
* **disabled**: disable globally the CAPTCHAs (can be useful in dev environment), it will
|
||||
still appear but won't be editable and won't be checked
|
||||
* **length**: the length of the captcha (number of chars, default 5)
|
||||
* **quality**: jpeg quality of captchas (default=15)
|
||||
* **charset**: the charset used for code generation (default=abcdefhjkmnprstuvwxyz23456789)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Renew: Renew
|
|
@ -0,0 +1 @@
|
|||
Renew: Vernieuwen
|
|
@ -0,0 +1 @@
|
|||
Renew: Regerar
|
|
@ -0,0 +1 @@
|
|||
Bad code value: Code does not match
|
|
@ -0,0 +1 @@
|
|||
Bad code value: Code komt niet overeen
|
|
@ -0,0 +1 @@
|
|||
Bad code value: Código de verificação inválido
|
Loading…
Reference in New Issue