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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
5102
Vues
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
0
mai 25
|
1545 | ||
|
13
sept. 24
|
192748 | ||
|
2
juil. 24
|
12729 | ||
|
3
mars 15
|
9417 | ||
|
1
janv. 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...