diff --git a/auth_brute_force/README.rst b/auth_brute_force/README.rst index a1ce4ce8a..13e2751b1 100644 --- a/auth_brute_force/README.rst +++ b/auth_brute_force/README.rst @@ -1,9 +1,9 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg :alt: License -======================================================= -Authentication Tracking and Prevent Brute-force Attacks -======================================================= +=============================================================== +Tracks Authentication Attempts and Prevents Brute-force Attacks +=============================================================== This module registers each request done by users trying to authenticate into Odoo. If the authentication fails, a counter is increased for the given remote diff --git a/auth_brute_force/__openerp__.py b/auth_brute_force/__openerp__.py index e3dbf4220..667f7cb56 100644 --- a/auth_brute_force/__openerp__.py +++ b/auth_brute_force/__openerp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# Authentification - Track And Prevent Brute-force Attack module for Odoo +# Tracks Authentication Attempts and Prevents Brute-force Attacks module # Copyright (C) 2015-Today GRAP (http://www.grap.coop) # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # @@ -24,7 +24,8 @@ 'name': 'Authentification - Brute-force Attack', 'version': '8.0.1.0.0', 'category': 'base', - 'summary': "Authentication Tracking and Prevent Brute-force Attack", + 'summary': "Tracks Authentication Attempts and Prevents Brute-force" + " Attacks module", 'author': "GRAP,Odoo Community Association (OCA)", 'website': 'http://www.grap.coop', 'license': 'AGPL-3', diff --git a/auth_brute_force/controllers/controllers.py b/auth_brute_force/controllers/controllers.py index 5d58a0cfd..05dc8831b 100644 --- a/auth_brute_force/controllers/controllers.py +++ b/auth_brute_force/controllers/controllers.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# Authentification - Track And Prevent Brute-force Attack module for Odoo +# Tracks Authentication Attempts and Prevents Brute-force Attacks module # Copyright (C) 2015-Today GRAP (http://www.grap.coop) # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # diff --git a/auth_brute_force/data/ir_config_parameter.xml b/auth_brute_force/data/ir_config_parameter.xml index 571a1d696..0eab93cd2 100644 --- a/auth_brute_force/data/ir_config_parameter.xml +++ b/auth_brute_force/data/ir_config_parameter.xml @@ -1,6 +1,6 @@ - + diff --git a/auth_brute_force/models/res_authentication_attempt.py b/auth_brute_force/models/res_authentication_attempt.py index 0708a621b..84e735bd3 100644 --- a/auth_brute_force/models/res_authentication_attempt.py +++ b/auth_brute_force/models/res_authentication_attempt.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# Authentification - Track And Prevent Brute-force Attack module for Odoo +# Tracks Authentication Attempts and Prevents Brute-force Attacks module # Copyright (C) 2015-Today GRAP (http://www.grap.coop) # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # diff --git a/auth_brute_force/models/res_banned_remote.py b/auth_brute_force/models/res_banned_remote.py index aca256943..3fd28ecc5 100644 --- a/auth_brute_force/models/res_banned_remote.py +++ b/auth_brute_force/models/res_banned_remote.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# Authentification - Track And Prevent Brute-force Attack module for Odoo +# Tracks Authentication Attempts and Prevents Brute-force Attacks module # Copyright (C) 2015-Today GRAP (http://www.grap.coop) # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # diff --git a/auth_brute_force/views/action.xml b/auth_brute_force/views/action.xml index 7c8c5f44d..9924ee360 100644 --- a/auth_brute_force/views/action.xml +++ b/auth_brute_force/views/action.xml @@ -1,6 +1,6 @@ - + diff --git a/auth_brute_force/views/menu.xml b/auth_brute_force/views/menu.xml index 6e46f1ac3..99661eeb4 100644 --- a/auth_brute_force/views/menu.xml +++ b/auth_brute_force/views/menu.xml @@ -1,6 +1,6 @@ - + diff --git a/auth_brute_force/views/view.xml b/auth_brute_force/views/view.xml index 48e1b0483..4e11b9a6b 100644 --- a/auth_brute_force/views/view.xml +++ b/auth_brute_force/views/view.xml @@ -1,6 +1,6 @@ - +