|
I'm using LDAP authentication to validate usernames/passwords, and creating a user account for when validation is successful. Users are still being sent welcome emails though, which ask them to validate their email address (this will never be necessary, since I'm getting their email from an AD server). Is there a way to disable these emails? I'm creating new users using:
Is there some better way? |