Browse Source

[IMP] set a bigger default value for the size of the password;

pull/92/head
Sylvain LE GAL 9 years ago
parent
commit
ab676bbd14
  1. 2
      auth_generate_password/data/ir_config_parameter.yml

2
auth_generate_password/data/ir_config_parameter.yml

@ -22,7 +22,7 @@
- !record {model: ir.config_parameter, id: password_size}:
key: auth_generate_password.password_size
value: 6
value: 12
- !record {model: ir.config_parameter, id: password_chars}:
key: auth_generate_password.password_chars

Loading…
Cancel
Save