Browse Source

Merge pull request #886 from akretion/fix_keychain_readme

[9.0][FIX] keychain readme
pull/918/head
Pedro M. Baeza 7 years ago
committed by GitHub
parent
commit
a935dcc199
  1. 2
      keychain/README.rst

2
keychain/README.rst

@ -44,7 +44,7 @@ in Odoo's config file: (etc/openerp.cfg)
> keychain_key = fyeMIx9XVPBBky5XZeLDxVc9dFKy7Uzas3AoyMarHPA=
You can generate keys with `python keychain/bin/generate_key.py`.
You can generate keys with `python -c 'from cryptography.fernet import Fernet; print Fernet.generate_key()'`.
This key is used to encrypt account passwords.

Loading…
Cancel
Save