I'm not sure if this is a support request or a feature request.
I've got my LDAP authentication working nicely, so that a user can connect to the site if they are in the LDAP Directory and it is perfectly transparent for them - the creation of the user account in Drupal is automatic and no messages are generated. However I would really like it if it were possible, when the user account is actually created, to send a welcome message to the user to point them in the direction of some of the main links on the site.
Is this a matter of configuring something that I have not understood or is it a feature request? I'm not sure!
Comments
Comment #1
cgmonroe commentedClearing out old support requests - reopen if problem still exists in newest code
That said, this can probably be done with the Rules module or a custom module using the hook_user/'insert' op.
Comment #2
cgmonroe commented