You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
404 B

9 years ago
9 years ago
9 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2015 GRAP -Sylvain LE GAL
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
  4. <odoo noupdate="1">
  5. <data>
  6. <record id="max_attempt_qty" model="ir.config_parameter">
  7. <field name="key">auth_brute_force.max_attempt_qty</field>
  8. <field name="value">10</field>
  9. </record>
  10. </data>
  11. </odoo>