Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
5895 Vistas

Hi everyone,

I'm using Odoo 10 and installed LDAP authentication. Now, I can login with LDAP account, and user created in Odoo.

But, with LDAP user, the login is LDAP user account (not email). So, I cannot send email message to those users.

How can I update the email for LDAP users?

Avatar
Descartar
Mejor respuesta

Users email and login are two different things. But when you create the user the login becomes its "email". The email of users are stored in the res_partner module. If you want to change the email you need to activate the developer mode. After that you'll have in users settings below the login a link to "Related partner". There you can change the users email.

Or you just set the LDAP filter from sAMAccountName=%s to mail=%s  to use emails as usernames.

Avatar
Descartar
Mejor respuesta

Ever get your answer, I am new, running into same issue

Avatar
Descartar

maybe my answer will help you

Mejor respuesta

@Samo Arko

Whenever I use "mail=%s" in LDAP filter - users are created, and they do have email, BUT! In user profile under "related partner" options - there is no email address- therefore I assume I have error - when user submits helpdesk ticket- he don't get replies from system- because there is no email address written in that "related partner" card. Any advice on that?

Avatar
Descartar