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 ---------------------