"Welcome (no approval required)" Email not being sent for first time logins (drupal account creations via LDAP).
Is this supposed to work?
/admin/config/people/accounts#edit-email-no-approval-required
In my LDAP User Setup > Application of Drupal Account settings to LDAP Authenticated Users , I selected
"Account creation policy at /admin/config/people/accounts/settings applies to both Drupal and LDAP Authenticated users."
and in that account settings > Registration and cancellation I selected Visitors to be able to create accounts, so they can immediately sign in without approval (which works fine).
1) Does this work for anybody else or perhaps have you implemented a notification for this?
2) Also a notification to the site admin? (to make aware of any newcomers/first time logins)?
Comments
Comment #2
markusd1984 commentedComment #3
markusd1984 commentedUPDATE - Rule is required to trigger send email
1) Create New Rule and select React on event "User created frfom LDAP Entry"
/admin/config/workflow/rules/reaction/add
2) Add Action: Send account e-mail
Data selector: user
Value: Welcome (no approval required)
Lastly edit the email template accordingly and test it /admin/config/people/accounts#edit-email-no-approval-required
Comment #4
markusd1984 commented