Archive for October 18th, 2010

Granting Permissions – Sending Welcome E-Mail by Accident

October 18 2010 25 comments

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:

$(document).ready(function () {
    if (self.location.href.indexOf(‘aclinv.aspx’) > 0) {
   

Read more »