Hi,
identities of new users are updated at login time, but the email is always "
[email protected]".
I would like to set it automatically to "
@domain.com".
Can anybody tell what to do to achieve this ?
(Note that my version is 0.5.3 and that LDAP is already working well for the address book.)
Best Regards
Didier
Hi, checkout the plugins, specifically "New user identity"
Stupid of me !
I was adding the lines
$rcmail_config['new_user_identity_addressbook'] = 'ESRF';
$rcmail_config['new_user_identity_match'] = 'uid';
in the plugin file instead of adding them in main.inc.php
It is working perfectly now !
Best Regards
Didier