Granting Permissions – Sending Welcome E-Mail by Accident
The “Send welcome e-mail to the new users” checkbox is checked by default when users are granted permissions to SharePoint. We developed a quick workaround to uncheck the checkbox by default to prevent accidental e-mails:
if (self.location.href.indexOf(‘aclinv.aspx’) > 0) {
…