Skip to content

Commit

Permalink
updates a setting for longer captchas
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdelatorre committed Mar 26, 2017
1 parent 3b23b47 commit 5035871
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyarweb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@
'confirmation_url_validity_time': EMAIL_CONFIRM_LA_CONFIRM_EXPIRE_SEC / (3600*24), # days
}

#
# Events inscription captcha
#
CAPTCHA_LENGTH = 6


try:
from .local_settings import *
Expand Down

0 comments on commit 5035871

Please sign in to comment.