Page 1 of 1
user email field
Posted: 04 Aug 2021, 16:09
by cdiaz1985
hello how are you?
Users always have the email field empty and through the web I cannot fill it, the field is disabled. Does it always have to be through the database? No way to make it editable?
thanksss
Re: user email field
Posted: 05 Aug 2021, 10:33
by cas
What is your version/platform etcetera?
What is your logon method, LDAP?
Re: user email field
Posted: 05 Aug 2021, 14:25
by cdiaz1985
Hello!
Yes method LDAP and version plataform 2.5.1
thanks
Re: user email field
Posted: 06 Aug 2021, 07:16
by cas
Do you have this setting in your config_inc.php:
$g_use_ldap_email = ON;
Then the email will be retrieved via LDAP
Re: user email field
Posted: 10 Aug 2021, 14:04
by cdiaz1985
Yes, i have setting this option but not retrive me the email field. I have to fill it by database

.
The sending mail works ok.....any other idea?

Re: user email field
Posted: 10 Aug 2021, 14:14
by cas
Apparently LDAP does not retrieve the email. So that is what you need to investigate.
For now change the setting to:
$g_use_ldap_email = OFF;
Now you can change it in the user interface

Re: user email field
Posted: 10 Aug 2021, 14:57
by cdiaz1985
jjajaja thank you very much. This works for me at the moment!! Later I'll see because dont retrive from ldap.
regards