From c4df8545297e7552638880930cc141a82f1330a8 Mon Sep 17 00:00:00 2001 From: Rafael Blasco Date: Sat, 23 Jul 2016 14:49:37 +0200 Subject: [PATCH] Minor corrections in README --- auth_brute_force/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth_brute_force/README.rst b/auth_brute_force/README.rst index 79fdafa1f..60b0a73aa 100644 --- a/auth_brute_force/README.rst +++ b/auth_brute_force/README.rst @@ -7,7 +7,7 @@ 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 -IP. After after a defined number of attempts, Odoo will ban the remote IP and +IP. After a defined number of attempts, Odoo will ban the remote IP and ignore new requests. This module applies security through obscurity (https://en.wikipedia.org/wiki/Security_through_obscurity), @@ -16,7 +16,7 @@ will **not** indicate to the user that his IP is banned and the regular message 'Wrong login/password' is displayed. This module realizes a call to a web API (http://ip-api.com) to try to have -extra informations about remote IP. +extra information about remote IP. Known issue / Roadmap ---------------------