From 965c585494f5142517fcc995595a7eeefcc87c1f Mon Sep 17 00:00:00 2001 From: Jordi Riera <547282+foutoucour@users.noreply.github.com> Date: Tue, 3 Jul 2018 11:36:14 -0400 Subject: [PATCH] remove auth_brute_force (TA#3061) (#46) remove auth_brute_force that we don't know enought to be installed to every clients. It should installed to the client profile if needed --- addons/numipack/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/numipack/__manifest__.py b/addons/numipack/__manifest__.py index 498995f1..5905622d 100644 --- a/addons/numipack/__manifest__.py +++ b/addons/numipack/__manifest__.py @@ -17,7 +17,6 @@ 'report_aeroo', 'web_search_date_range', 'password_security', # TA#2532 - 'auth_brute_force', # TA#2534 ], 'installable': True, }