From 18c6980885842e39ac1e47530814bc21aee0979a Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Sat, 26 Sep 2015 03:26:00 +0200 Subject: [PATCH] [FIX] description; --- 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 a1ce4ce8a..41ba8c3ad 100644 --- a/auth_brute_force/README.rst +++ b/auth_brute_force/README.rst @@ -9,8 +9,8 @@ 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 ignore new requests. -This module applies [security through obscurity] -(https://en.wikipedia.org/wiki/Security_through_obscurity): +This module applies security through obscurity +(https://en.wikipedia.org/wiki/Security_through_obscurity), When a user is banned, the request is now considered as an attack. So, the UI will **not** indicate to the user that his IP is banned and the regular message 'Wrong login/password' is displayed.