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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
5086
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
may 25
|
1541 | ||
|
13
sept 24
|
192734 | ||
|
2
jul 24
|
12716 | ||
|
3
mar 15
|
9407 | ||
|
1
ene 24
|
13837 |
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...