From 746bab7ea9f90d3bdfa3aa65b20e2e27bda69f35 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 11 Mar 2016 16:11:49 +0000 Subject: [PATCH] Actually use the correct captcha key Signed-off-by: Patrick Uiterwijk --- roles/fas_server/templates/fas.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fas_server/templates/fas.cfg.j2 b/roles/fas_server/templates/fas.cfg.j2 index 262d5e1a6d..a5232f7d2d 100644 --- a/roles/fas_server/templates/fas.cfg.j2 +++ b/roles/fas_server/templates/fas.cfg.j2 @@ -54,8 +54,8 @@ default_language = 'en' country_blacklist = ["--", "A1", "A2", "AN", "AS", "AX", "BI", "BL", "BV", "CC", "CU", "CV", "CX", "DM", "FK", "FO", "GF", "GG", "GP", "GS", "GW", "HM", "IO", "IR", "IQ", "JE", "KI", "KP", "MF", "MP", "MS", "MW", "NF", "NR", "NU", "PM", "PN", "RE", "SB", "SD", "SH", "SJ", "SY", "TC", "TF", "TK", "TL", "TV", "UM", "VC", "VG", "WF", "YT"] # Captcha -tgcaptcha.key = '{{ fasCaptchaSecret }}' -tgcaptcha.jpeg_generator = 'vanasco_dowty' +tgcaptcha2.key = '{{ fasCaptchaSecret }}' +tgcaptcha2.jpeg_generator = 'vanasco_dowty' ### ### Administrative settings