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
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
5101
Zobrazenia
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
|
0
máj 25
|
1545 | ||
|
13
sep 24
|
192748 | ||
|
2
júl 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...