Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
6110 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Risposta migliore

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

Avatar
Abbandona

maybe my answer will help you

Risposta migliore

@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
Abbandona