Merged revisions 43334 via svnmerge from

svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.1.0-rc3oriwave2

........
  r43334 | hsmith | 2007-10-12 10:21:17 +1300 (Fri, 12 Oct 2007) | 1 line
  
  Saving the member with a changed password now sends an email to the member.
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@49775 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-02-19 00:25:22 +00:00
parent b53f40929e
commit 7924a93f92

View File

@ -448,6 +448,8 @@ class Member extends DataObject {
}
}
if($this->changed['Password']) $this->sendInfo('changePassword');
parent::onBeforeWrite();
}