Reduce CAPTCHA noise a little
This commit is contained in:
parent
b2e57836c1
commit
d4a1cfcff4
1 changed files with 2 additions and 0 deletions
|
@ -43,3 +43,5 @@ STRIPE_ENDPOINT_SECRET = get_secret(secrets, 'STRIPE_ENDPOINT_SECRET')
|
|||
|
||||
CAPTCHA_FLITE_PATH = '/usr/bin/flite'
|
||||
CAPTCHA_SOX_PATH = '/usr/bin/sox'
|
||||
CAPTCHA_LETTER_ROTATION = (-25, 25)
|
||||
CAPTCHA_NOISE_FUNCITONS = ('captcha.helpers.noise_dots',)
|
||||
|
|
Loading…
Reference in a new issue