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
- Бухоблік
- Склад
- PoS
- Project
- MRP
Це запитання позначене
5110
Переглядів
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РеєстраціяRelated Posts | Відповіді | Переглядів | Дія | |
---|---|---|---|---|
|
0
трав. 25
|
1549 | ||
|
13
вер. 24
|
192760 | ||
|
2
лип. 24
|
12733 | ||
|
3
бер. 15
|
9417 | ||
|
1
січ. 24
|
13865 |
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...