On the LDAP configuration form, in the module res.company.ldap, the field ldap_password is stored in plain text. If you edit the view in developer mode and remove the password="True" attribute, you can see the LDAP password in plain text.
I read that this could be fixed by installing auth_crypt module, but I cannot find it in my apps list. I am using Odoo 13 CE.
Does anyone know a way to encrypt this password?
Please, any help?