I noticed that OpenERP stores the passwords of mail servers into the table fetchmail_server of the database and in plaintext format. I have tried to install the auth_crypt module with no success. Is it possible to store the passwords of mail servers in encryption format? Are there some modules that I have to install? Thank you.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
5103
Visualizações
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
0
mai. 25
|
1545 | ||
|
13
set. 24
|
192748 | ||
|
2
jul. 24
|
12729 | ||
|
3
mar. 15
|
9417 | ||
|
1
jan. 24
|
13860 |
Did you find a way to encrypt your stored passwords? I'm looking for the same thing but not for mails so if you find something, let me know. You can encrypt with a function using MD5 encryption or an other hash algorithm but I don't know exactly how can I program it...