Browse Source

Merge pull request #486 from rafaelbn/patch-2

Minor corrections in README
pull/489/head
Pedro M. Baeza 8 years ago
committed by GitHub
parent
commit
7af0d4360b
  1. 4
      auth_brute_force/README.rst

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

Loading…
Cancel
Save