- send account registration e-mails from the website
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 16 Jan 2007 17:07:39 +0000 (17:07 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 16 Jan 2007 17:07:39 +0000 (17:07 +0000)
PLC/Methods/AddPersonToSite.py

index abc3a70..4cb786f 100644 (file)
@@ -47,7 +47,6 @@ class AddPersonToSite(Method):
 
         if site['site_id'] not in person['site_ids']:
             site.add_person(person)
-           person.send_account_registered_email(site)                  
 
        # Logging variables
        self.object_ids = [site['site_id']]